From f80e099b0cdbe57fdb931b3bd060de7444421b66 Mon Sep 17 00:00:00 2001 From: im85288 Date: Sun, 3 May 2015 19:19:25 +0100 Subject: [PATCH] remove play from http option at scan time --- resources/lib/ConnectionManager.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lib/ConnectionManager.py b/resources/lib/ConnectionManager.py index f91722d2..0d8bb036 100644 --- a/resources/lib/ConnectionManager.py +++ b/resources/lib/ConnectionManager.py @@ -116,12 +116,12 @@ class ConnectionManager(): return # Option to play from http - setPlayback = xbmcgui.Dialog().yesno("Playback option", "Play your files using HTTP?") - if setPlayback == 1: - self.logMsg("Playback will be set using HTTP.", 1) - addon.setSetting("playFromStream", "true") - else: - self.logMsg("Playback will be set using SMB.", 1) + #setPlayback = xbmcgui.Dialog().yesno("Playback option", "Play your files using HTTP?") + #if setPlayback == 1: + #self.logMsg("Playback will be set using HTTP.", 1) + #addon.setSetting("playFromStream", "true") + #else: + #self.logMsg("Playback will be set using SMB.", 1) def getServerDetails(self):