From 719507cf987b2d613fa729f0a5911a6cb734726c Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 18 Nov 2020 11:52:10 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 29 ++++++++++++++++------------- scripts/lib/shield.php | 1 - 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3ae32af..030e257 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,6 @@ - - @@ -1296,12 +1294,12 @@ - + - + @@ -1355,6 +1353,11 @@ file://$PROJECT_DIR$/scripts/lib/freebox.php diff --git a/scripts/lib/shield.php b/scripts/lib/shield.php index 3686fdc..1f93fe6 100644 --- a/scripts/lib/shield.php +++ b/scripts/lib/shield.php @@ -178,7 +178,6 @@ function shieldMyCanal($channel = false, $type = 'live', $device = null) function shieldKodi($file, $device = null) { shieldRunActivity($device); - shieldKillAll($device); shieldHome($device); shieldCommand('shell am start', '-a android.intent.action.VIEW -d \'"' . shieldNormalizeURL($file) . '"\' -n org.xbmc.kodi/.Splash', $device); } -- 2.39.5