From 2ba7af7d036622fbc62b6c2a16690f51ed86e7d8 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 29 Jan 2021 17:26:58 +0100 Subject: [PATCH] Fix Community --- specials/community.py | 1 + 1 file changed, 1 insertion(+) diff --git a/specials/community.py b/specials/community.py index 70726072..29dda08b 100644 --- a/specials/community.py +++ b/specials/community.py @@ -401,6 +401,7 @@ def findvideos(item): json = item.url['links'] else: json = item.url + item.url = '' for option in json: extra = set_extra_values(item, option, item.path) title = item.fulltitle + (' - '+option['title'] if 'title' in option else '')