Actualizados
inkaseries wikiseries
This commit is contained in:
@@ -111,12 +111,12 @@ def seasons(item):
|
|||||||
if config.get_videolibrary_support() and len(itemlist) > 0:
|
if config.get_videolibrary_support() and len(itemlist) > 0:
|
||||||
itemlist.append(
|
itemlist.append(
|
||||||
Item(channel=item.channel, title='[COLOR yellow]Añadir esta serie a la videoteca[/COLOR]', url=item.url,
|
Item(channel=item.channel, title='[COLOR yellow]Añadir esta serie a la videoteca[/COLOR]', url=item.url,
|
||||||
action="add_serie_to_library", extra="all_episodes", contentSerieName=item.contentSerieName,
|
action="add_serie_to_library", extra="episodios", contentSerieName=item.contentSerieName,
|
||||||
extra1='library'))
|
extra1='library'))
|
||||||
|
|
||||||
return itemlist
|
return itemlist
|
||||||
|
|
||||||
def all_episodes(item):
|
def episodios(item):
|
||||||
logger.info()
|
logger.info()
|
||||||
itemlist = []
|
itemlist = []
|
||||||
templist = seasons(item)
|
templist = seasons(item)
|
||||||
|
|||||||
@@ -136,12 +136,12 @@ def seasons(item):
|
|||||||
if config.get_videolibrary_support() and len(itemlist) > 0:
|
if config.get_videolibrary_support() and len(itemlist) > 0:
|
||||||
itemlist.append(
|
itemlist.append(
|
||||||
Item(channel=item.channel, title='[COLOR yellow]Añadir esta serie a la videoteca[/COLOR]', url=item.url,
|
Item(channel=item.channel, title='[COLOR yellow]Añadir esta serie a la videoteca[/COLOR]', url=item.url,
|
||||||
action="add_serie_to_library", extra="all_episodes", contentSerieName=item.contentSerieName,
|
action="add_serie_to_library", extra="episodios", contentSerieName=item.contentSerieName,
|
||||||
extra1='library'))
|
extra1='library'))
|
||||||
|
|
||||||
return itemlist
|
return itemlist
|
||||||
|
|
||||||
def all_episodes(item):
|
def episodios(item):
|
||||||
logger.info()
|
logger.info()
|
||||||
itemlist = []
|
itemlist = []
|
||||||
templist = seasons(item)
|
templist = seasons(item)
|
||||||
|
|||||||
Reference in New Issue
Block a user