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