From 11ac4fbe4619fb2a5dc4b7d173370731e7d2cc49 Mon Sep 17 00:00:00 2001 From: croneter Date: Fri, 23 Feb 2018 13:23:49 +0100 Subject: [PATCH] Fix playback startup failing --- resources/lib/playback.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lib/playback.py b/resources/lib/playback.py index 543d2dca..0f1efa98 100644 --- a/resources/lib/playback.py +++ b/resources/lib/playback.py @@ -100,6 +100,8 @@ def _playback_init(plex_id, plex_type, playqueue, pos): return # "Usual" case - consider trailers and parts and build both Kodi and Plex # playqueues + # Fail the item we're trying to play now so we can restart the player + _ensure_resolve() api = API(xml[0]) trailers = False if (plex_type == v.PLEX_TYPE_MOVIE and not api.resume_point() and