mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Fix resume double prompt
This commit is contained in:
parent
cd5a7580b0
commit
a9dc804828
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class PlaybackUtils(object):
|
||||||
self.playlist.clear()
|
self.playlist.clear()
|
||||||
return xbmcplugin.setResolvedUrl(int(sys.argv[1]), False, listitem)
|
return xbmcplugin.setResolvedUrl(int(sys.argv[1]), False, listitem)
|
||||||
|
|
||||||
if KODI_V == 18 or (KODI_V == 17 and force_transcode):
|
if force_transcode:
|
||||||
|
|
||||||
seektime = self.API.get_userdata()['Resume']
|
seektime = self.API.get_userdata()['Resume']
|
||||||
if seektime:
|
if seektime:
|
||||||
|
|
Loading…
Reference in a new issue