Revert "Let Kodi decide whether item is resumable"

This reverts commit d1fc9c0bff.
This commit is contained in:
croneter 2018-01-28 13:28:29 +01:00
parent d1fc9c0bff
commit f32d2cfcfc

View file

@ -132,8 +132,9 @@ 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 state.RESUMABLE and
if (plex_type == v.PLEX_TYPE_MOVIE and not resume and
settings('enableCinema') == "true"):
if settings('askCinema') == "true":
# "Play trailers?"