mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
small fix (thx vanhofen)
Origin commit data
------------------
Commit: 6d608708ff
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-17 (Sun, 17 Oct 2021)
This commit is contained in:
@@ -6183,7 +6183,7 @@ bool CNeutrinoApp::StartPip(const t_channel_id channel_id, int pip)
|
||||
|
||||
int recmode = CRecordManager::getInstance()->GetRecordMode(channel_id);
|
||||
if ((recmode == CRecordManager::RECMODE_OFF) || (channel->getRecordDemux() != channel->getPipDemux())) {
|
||||
if (!g_Zapit->zapTo_pip(channel_id), pip)
|
||||
if (!g_Zapit->zapTo_pip(channel_id, pip))
|
||||
DisplayErrorMessage(g_Locale->getText(LOCALE_VIDEOMENU_PIP_ERROR));
|
||||
else
|
||||
ret = true;
|
||||
|
Reference in New Issue
Block a user