From 98a557a6dc4914b4dcbdfc7de52d40c1b012d3d8 Mon Sep 17 00:00:00 2001 From: thepasto Date: Fri, 19 Apr 2019 21:13:04 +0200 Subject: [PATCH] Add parent item title, to add to videolibray item. Italiaserie fix --- channels/support.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/channels/support.py b/channels/support.py index cbbbdf30..2f541792 100644 --- a/channels/support.py +++ b/channels/support.py @@ -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):