Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1057,7 +1057,7 @@ def set_player(item, xlistitem, mediaurl, view, strm):
|
|||||||
play_torrent(item, xlistitem, mediaurl)
|
play_torrent(item, xlistitem, mediaurl)
|
||||||
return
|
return
|
||||||
# If it is a strm file, play is not necessary
|
# If it is a strm file, play is not necessary
|
||||||
elif strm or item.livefilter:
|
elif strm:
|
||||||
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, xlistitem)
|
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, xlistitem)
|
||||||
if item.subtitle:
|
if item.subtitle:
|
||||||
xbmc.sleep(2000)
|
xbmc.sleep(2000)
|
||||||
|
|||||||
Reference in New Issue
Block a user