Fix playback startup failing

This commit is contained in:
croneter 2018-02-23 13:23:49 +01:00
parent 733e915506
commit 11ac4fbe46

View file

@ -100,6 +100,8 @@ def _playback_init(plex_id, plex_type, playqueue, pos):
return return
# "Usual" case - consider trailers and parts and build both Kodi and Plex # "Usual" case - consider trailers and parts and build both Kodi and Plex
# playqueues # playqueues
# Fail the item we're trying to play now so we can restart the player
_ensure_resolve()
api = API(xml[0]) api = API(xml[0])
trailers = False trailers = False
if (plex_type == v.PLEX_TYPE_MOVIE and not api.resume_point() and if (plex_type == v.PLEX_TYPE_MOVIE and not api.resume_point() and