Also play trailers if user chose to resume movie from the beginning
This commit is contained in:
parent
ccb95a0169
commit
bcb89aed88
1 changed files with 2 additions and 1 deletions
|
@ -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?"
|
||||
|
|
Loading…
Reference in a new issue