Revert "Don't set-up clips/trailers like other videos"
This reverts commit e4d736a670
.
This commit is contained in:
parent
71954a009e
commit
4274942d49
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue