Test riproduzione torrent senza autoplay su android
This commit is contained in:
@@ -1512,6 +1512,7 @@ def play_torrent(item, xlistitem, mediaurl):
|
|||||||
xbmc_player.play(playlist, xlistitem)
|
xbmc_player.play(playlist, xlistitem)
|
||||||
else:
|
else:
|
||||||
if not item.autoplay and item.channel != 'videolibrary': fakeVideo()
|
if not item.autoplay and item.channel != 'videolibrary': fakeVideo()
|
||||||
|
if xbmc.getCondVisibility("system.platform.android"): xbmc.sleep(3000)
|
||||||
xbmc.executebuiltin("PlayMedia(" + torrent_options[selection][1] % mediaurl + ")")
|
xbmc.executebuiltin("PlayMedia(" + torrent_options[selection][1] % mediaurl + ")")
|
||||||
|
|
||||||
# torrent.mark_auto_as_watched(item)
|
# torrent.mark_auto_as_watched(item)
|
||||||
|
|||||||
Reference in New Issue
Block a user