Let Kodi decide whether item is resumable
This commit is contained in:
parent
2243bc42aa
commit
d1fc9c0bff
1 changed files with 1 additions and 2 deletions
|
@ -132,9 +132,8 @@ def playback_init(plex_id, plex_type, playqueue):
|
|||
dialog('notification', lang(29999), lang(30128), icon='{error}')
|
||||
return
|
||||
api = API(xml[0])
|
||||
resume, _ = api.getRuntime()
|
||||
trailers = False
|
||||
if (plex_type == v.PLEX_TYPE_MOVIE and not resume and
|
||||
if (plex_type == v.PLEX_TYPE_MOVIE and not state.RESUMABLE and
|
||||
settings('enableCinema') == "true"):
|
||||
if settings('askCinema') == "true":
|
||||
# "Play trailers?"
|
||||
|
|
Loading…
Reference in a new issue