From bcb89aed88414f4b170be27a02c01be958d50c40 Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 1 Jun 2019 12:26:29 +0200 Subject: [PATCH] Also play trailers if user chose to resume movie from the beginning --- resources/lib/playback.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lib/playback.py b/resources/lib/playback.py index 52417ac6..8a0ce582 100644 --- a/resources/lib/playback.py +++ b/resources/lib/playback.py @@ -202,7 +202,8 @@ def _playback_init(plex_id, plex_type, playqueue, pos): _ensure_resolve() api = API(xml[0]) trailers = False - if (plex_type == v.PLEX_TYPE_MOVIE and not api.resume_point() and + if (plex_type == v.PLEX_TYPE_MOVIE and + not app.PLAYSTATE.resume_playback and utils.settings('enableCinema') == "true"): if utils.settings('askCinema') == "true": # "Play trailers?"