From b4ef64af5c751a578a7c295091358ab48b55029e Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 7 Sep 2018 13:36:14 -0500 Subject: [PATCH] Add embyintro prop For embruary to know an intro is playing and not the main title. --- resources/lib/objects/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/objects/actions.py b/resources/lib/objects/actions.py index ee4df5fb..688ee497 100644 --- a/resources/lib/objects/actions.py +++ b/resources/lib/objects/actions.py @@ -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)