mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
Revert "zapit.cpp: disable "tune channel, with stopped playback to not bypass the parental PIN check" on arm hardware"
This reverts commit 3babb03206
.
Makes stream in standby mode broken.
This commit is contained in:
@@ -2466,10 +2466,8 @@ void CZapit::leaveStandby(void)
|
||||
}
|
||||
standby = false;
|
||||
if (current_channel) {
|
||||
#if !HAVE_ARM_HARDWARE
|
||||
/* tune channel, with stopped playback to not bypass the parental PIN check */
|
||||
ZapIt(live_channel_id, false, false);
|
||||
#endif
|
||||
if (IS_WEBCHAN(live_channel_id)) {
|
||||
CZapitChannel* newchannel = CServiceManager::getInstance()->FindChannel(last_channel_id);
|
||||
CFrontend * fe = newchannel ? CFEManager::getInstance()->allocateFE(newchannel) : NULL;
|
||||
|
Reference in New Issue
Block a user