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:
vanhofen
2024-01-02 20:32:42 +01:00
parent f67635823d
commit b0321a7384

View File

@@ -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;