From d87665061f4dd033645c7939d9eeb4f0dda1b463 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 23 Jun 2021 12:42:00 +0200 Subject: [PATCH] Revert "zapit.cpp: disable "tune channel, with stopped playback to not bypass the parental PIN check" on arm hardware" This reverts commit 3babb03206887a9f6a3d1ee0f29a97e68e1658b9. Makes stream in standby mode broken. --- src/zapit/src/zapit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/zapit/src/zapit.cpp b/src/zapit/src/zapit.cpp index a7d553b31..acff48e64 100644 --- a/src/zapit/src/zapit.cpp +++ b/src/zapit/src/zapit.cpp @@ -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;