mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
neutrino/channellist: avoid double code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 08f150e54d
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-03-14 (Sun, 14 Mar 2021)
Origin message was:
------------------
- neutrino/channellist: avoid double code
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3367,22 +3367,17 @@ void CNeutrinoApp::RealRun()
|
||||
}
|
||||
fclose(f);
|
||||
}
|
||||
if (!bm12) {
|
||||
if (!bm12)
|
||||
ShowMsg(LOCALE_MESSAGEBOX_ERROR, LOCALE_BOXMODE12_NOT_ACTIVATED, CMsgBox::mbrOk, CMsgBox::mbOk, NEUTRINO_ICON_ERROR);
|
||||
} else {
|
||||
else
|
||||
#endif
|
||||
{
|
||||
t_channel_id pip_channel_id = CZapit::getInstance()->GetPipChannelID();
|
||||
if (pip_channel_id)
|
||||
g_Zapit->stopPip();
|
||||
else
|
||||
StartPip(CZapit::getInstance()->GetCurrentChannelID());
|
||||
}
|
||||
#else
|
||||
t_channel_id pip_channel_id = CZapit::getInstance()->GetPipChannelID();
|
||||
if (pip_channel_id)
|
||||
g_Zapit->stopPip();
|
||||
else
|
||||
StartPip(CZapit::getInstance()->GetCurrentChannelID());
|
||||
#endif
|
||||
}
|
||||
else if (msg == (neutrino_msg_t) g_settings.key_pip_setup) {
|
||||
CPipSetup pipsetup;
|
||||
|
Reference in New Issue
Block a user