This commit is contained in:
Alhaziel01
2021-02-05 15:27:42 +01:00
parent d1bf89a4c3
commit 9c8f33f7cf
2 changed files with 6 additions and 7 deletions

View File

@@ -200,7 +200,6 @@ def run(item=None):
if hasattr(channel, 'play'):
logger.debug("Executing channel 'play' method")
itemlist = channel.play(item)
if not itemlist: return
b_favourite = item.isFavourite
# Play should return a list of playable URLS
if len(itemlist) > 0 and isinstance(itemlist[0], Item):