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):