From 8ec68ac58ecca583988c8a5467226c48d68da031 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 19 Oct 2019 18:17:27 +0200 Subject: [PATCH] Fix InfoLabels per Community Channels --- specials/community.py | 3 +++ 1 file changed, 3 insertions(+) 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: