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:
vanhofen
2024-01-02 20:32:42 +01:00
committed by Thilo Graf
parent 428f9085b1
commit faa21b3c02

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;