mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
zapit.cpp: disable "tune channel, with stopped playback to not bypass the parental PIN check" on arm hardware
Send capmt to socket only once after coldstart
Origin commit data
------------------
Branch: ni/coolstream
Commit: d844da88c6
Author: FlatTV <FlatTV@gmx.de>
Date: 2018-01-01 (Mon, 01 Jan 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2388,8 +2388,10 @@ void CZapit::leaveStandby(void)
|
|||||||
}
|
}
|
||||||
standby = false;
|
standby = false;
|
||||||
if (current_channel) {
|
if (current_channel) {
|
||||||
|
#if !HAVE_ARM_HARDWARE
|
||||||
/* tune channel, with stopped playback to not bypass the parental PIN check */
|
/* tune channel, with stopped playback to not bypass the parental PIN check */
|
||||||
ZapIt(live_channel_id, false, false);
|
ZapIt(live_channel_id, false, false);
|
||||||
|
#endif
|
||||||
if (IS_WEBCHAN(live_channel_id)) {
|
if (IS_WEBCHAN(live_channel_id)) {
|
||||||
CZapitChannel* newchannel = CServiceManager::getInstance()->FindChannel(last_channel_id);
|
CZapitChannel* newchannel = CServiceManager::getInstance()->FindChannel(last_channel_id);
|
||||||
CFrontend * fe = newchannel ? CFEManager::getInstance()->allocateFE(newchannel) : NULL;
|
CFrontend * fe = newchannel ? CFEManager::getInstance()->allocateFE(newchannel) : NULL;
|
||||||
|
Reference in New Issue
Block a user