From 4274942d49ec303af1619bf05452794c33f4d069 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 16 Oct 2016 16:44:41 +0200 Subject: [PATCH] Revert "Don't set-up clips/trailers like other videos" This reverts commit e4d736a6706823972ccbc82ed3e153c50b7c3860. --- resources/lib/playbackutils.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/lib/playbackutils.py b/resources/lib/playbackutils.py index 51d9b63b..d1970f79 100644 --- a/resources/lib/playbackutils.py +++ b/resources/lib/playbackutils.py @@ -258,11 +258,8 @@ class PlaybackUtils(): def setProperties(self, playurl, listitem): # Set all properties necessary for plugin path playback - itemtype = self.API.getType() - if itemtype == 'clip': - log.debug('Setting up a clip/trailer, skip window variables') - return itemid = self.API.getRatingKey() + itemtype = self.API.getType() userdata = self.API.getUserData() embyitem = "emby_%s" % playurl