Add embyintro prop

For embruary to know an intro is playing and not the main title.
This commit is contained in:
angelblue05 2018-09-07 13:36:14 -05:00
parent 3ffbc20f4b
commit b4ef64af5c
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ class Actions(object):
play = playutils.PlayUtils(intro, False, self.server_id, self.server)
source = play.select_source(play.get_sources())
self.set_listitem(intro, listitem)
listitem.setProperty('embyintro', "true")
listitem.setPath(intro['PlaybackInfo']['Path'])
playutils.set_properties(intro, intro['PlaybackInfo']['Method'], self.server_id)