diff --git a/specials/community.py b/specials/community.py index 8c982f06..bd7b8f32 100644 --- a/specials/community.py +++ b/specials/community.py @@ -205,6 +205,7 @@ def list_all(item): if json_data: for media in json_data[media_type]: + support.log(media) quality, language, plot, poster = set_extra_values(media, item.path) @@ -244,6 +245,7 @@ def list_all(item): url=url, contentTitle=contentTitle, contentSerieName=contentSerieName, + infoLabels=infoLabels, action=action)) if not 'generic_list' in json_data: @@ -307,6 +309,7 @@ def list_filtered(item): url=url, contentTitle=contentTitle, contentSerieName=contentSerieName, + infoLabels=infoLabels, action=action)) if not 'generic_list' in json_data: