From 3869b68b1465249111abbecbd42880ef7b00cd9c Mon Sep 17 00:00:00 2001 From: thepasto Date: Sat, 20 Apr 2019 11:42:10 +0200 Subject: [PATCH] List of all episodes to make add to library work as well Updated scrapertools regex to match italian series and episodes number --- channels/support.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/channels/support.py b/channels/support.py index 2f541792..cbbbdf30 100644 --- a/channels/support.py +++ b/channels/support.py @@ -454,8 +454,7 @@ def videolibrary(itemlist, item, typography=''): url=item.url, action=action, extra=extra, - contentTitle=item.fulltitle, - parentTitle=item.title)) + contentTitle=item.fulltitle)) def nextPage(itemlist, item, data, patron, function_level=1):