parent
64fe064008
commit
c3a6bd99b6
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ class PlaybackUtils():
|
|||
trailers = xbmcgui.Dialog().yesno(
|
||||
lang(29999),
|
||||
"Play trailers?")
|
||||
trailers = True if trailers else False
|
||||
else:
|
||||
trailers = True
|
||||
# Post to the PMS. REUSE THE PLAYQUEUE!
|
||||
|
|
Loading…
Reference in a new issue