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