Revert "Final fix for intros"

This reverts commit 97d4a99897.
This commit is contained in:
angelblue05 2015-09-16 11:29:39 -05:00
parent 97d4a99897
commit df685030d3

View file

@ -89,12 +89,7 @@ class PlaybackUtils():
if len(itemsToPlay) > 1:
# Let's play the playlist
playlist = self.AddToPlaylist(itemsToPlay)
if xbmc.getCondVisibility("Window.IsActive(home)"):
# Widget workaround
return xbmc.Player().play(playlist)
else:
return playlist
playurl = PlayUtils().getPlayUrl(server, id, result)