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