mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Add embyintro prop
For embruary to know an intro is playing and not the main title.
This commit is contained in:
parent
3ffbc20f4b
commit
b4ef64af5c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue