Revert "Don't set-up clips/trailers like other videos"

This reverts commit e4d736a670.
This commit is contained in:
tomkat83 2016-10-16 16:44:41 +02:00
parent 71954a009e
commit 4274942d49

View file

@ -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