mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
channellist: minor formatting changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: e8755b1699
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Origin message was:
------------------
- channellist: minor formatting changes
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1123,16 +1123,21 @@ bool CChannelList::checkLockStatus(neutrino_msg_data_t data, bool pip)
|
|||||||
zapProtection = NULL;
|
zapProtection = NULL;
|
||||||
|
|
||||||
out:
|
out:
|
||||||
if (startvideo) {
|
if (startvideo)
|
||||||
if(pip) {
|
{
|
||||||
#if ENABLE_PIP
|
#if ENABLE_PIP
|
||||||
if (CNeutrinoApp::getInstance()->StartPip((*chanlist)[selected]->getChannelID())) {
|
if (pip)
|
||||||
|
{
|
||||||
|
if (CNeutrinoApp::getInstance()->StartPip((*chanlist)[selected]->getChannelID()))
|
||||||
|
{
|
||||||
calcSize();
|
calcSize();
|
||||||
paintBody();
|
paintBody();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
#endif
|
#endif
|
||||||
} else
|
|
||||||
g_RemoteControl->startvideo();
|
g_RemoteControl->startvideo();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user