Add parent item title, to add to videolibray item.

Italiaserie fix
This commit is contained in:
thepasto
2019-04-19 21:13:04 +02:00
committed by 4l3x87
parent 9ac9cce63c
commit 98a557a6dc

View File

@@ -454,7 +454,8 @@ def videolibrary(itemlist, item, typography=''):
url=item.url,
action=action,
extra=extra,
contentTitle=item.fulltitle))
contentTitle=item.fulltitle,
parentTitle=item.title))
def nextPage(itemlist, item, data, patron, function_level=1):