Update yaske.py

This commit is contained in:
Intel1
2017-12-23 10:42:57 -05:00
committed by GitHub
parent 0738a82372
commit de5eda5477
+2 -2
View File
@@ -127,13 +127,13 @@ def temporadas(item):
itemlist.append(Item(channel=item.channel, title ="")) itemlist.append(Item(channel=item.channel, title =""))
itemlist.append(item.clone(action = "add_serie_to_library", itemlist.append(item.clone(action = "add_serie_to_library",
channel = item.channel, channel = item.channel,
extra = "get_episodes", extra = "episodios",
title = '[COLOR yellow]Añadir esta serie a la videoteca[/COLOR]', title = '[COLOR yellow]Añadir esta serie a la videoteca[/COLOR]',
url = item.url url = item.url
)) ))
return itemlist return itemlist
def get_episodes(item): def episodios(item):
logger.info() logger.info()
itemlist = [] itemlist = []
templist = temporadas(item) templist = temporadas(item)