From de5eda5477853a45a5102271a76a2e3d131f6e46 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Sat, 23 Dec 2017 10:42:57 -0500 Subject: [PATCH] Update yaske.py --- plugin.video.alfa/channels/yaske.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.video.alfa/channels/yaske.py b/plugin.video.alfa/channels/yaske.py index a10a93d0..b81aa810 100644 --- a/plugin.video.alfa/channels/yaske.py +++ b/plugin.video.alfa/channels/yaske.py @@ -127,13 +127,13 @@ def temporadas(item): itemlist.append(Item(channel=item.channel, title ="")) itemlist.append(item.clone(action = "add_serie_to_library", channel = item.channel, - extra = "get_episodes", + extra = "episodios", title = '[COLOR yellow]AƱadir esta serie a la videoteca[/COLOR]', url = item.url )) return itemlist -def get_episodes(item): +def episodios(item): logger.info() itemlist = [] templist = temporadas(item)