mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
remove play from http option at scan time
This commit is contained in:
parent
ba4a00c53a
commit
f80e099b0c
1 changed files with 6 additions and 6 deletions
|
@ -116,12 +116,12 @@ class ConnectionManager():
|
||||||
return
|
return
|
||||||
|
|
||||||
# Option to play from http
|
# Option to play from http
|
||||||
setPlayback = xbmcgui.Dialog().yesno("Playback option", "Play your files using HTTP?")
|
#setPlayback = xbmcgui.Dialog().yesno("Playback option", "Play your files using HTTP?")
|
||||||
if setPlayback == 1:
|
#if setPlayback == 1:
|
||||||
self.logMsg("Playback will be set using HTTP.", 1)
|
#self.logMsg("Playback will be set using HTTP.", 1)
|
||||||
addon.setSetting("playFromStream", "true")
|
#addon.setSetting("playFromStream", "true")
|
||||||
else:
|
#else:
|
||||||
self.logMsg("Playback will be set using SMB.", 1)
|
#self.logMsg("Playback will be set using SMB.", 1)
|
||||||
|
|
||||||
def getServerDetails(self):
|
def getServerDetails(self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue