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