From: Vincent Date: Wed, 18 Nov 2020 10:52:10 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=719507cf987b2d613fa729f0a5911a6cb734726c;p=tortuga-home.git . --- 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); }