From 07d632f41ee998db01114966a6b0277a61fe4a93 Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 8 Jan 2020 09:34:48 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 24 ++++++++++++------------ scripts/freeboxchannel.php | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6fc8816..63e7e02 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,7 @@ - + @@ -1176,12 +1176,12 @@ - + - + diff --git a/scripts/freeboxchannel.php b/scripts/freeboxchannel.php index 95791b1..cbe1c6c 100644 --- a/scripts/freeboxchannel.php +++ b/scripts/freeboxchannel.php @@ -12,7 +12,7 @@ if (isset($_GET['channel'])) { $keys = array_merge(array('home', 'pause=2', 'home', 'pause=1', 'home', 'left', 'right', 'home'), $commands); if ($currentActivity != 'tv') { - sleep(40); + sleep(50); } print_r($keys); freeboxKey($keys); -- 2.39.5