From 233811a9be06c0792186c47cd26749d5d477fab8 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Fri, 22 Nov 2019 12:09:36 +0100 Subject: [PATCH] =?UTF-8?q?Community=20possibilit=C3=A0=20di=20inserire=20?= =?UTF-8?q?un=20titolo=20aggiuntivo=20nella=20lista=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- specials/community.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/community.py b/specials/community.py index e83edcad..ae46e52a 100644 --- a/specials/community.py +++ b/specials/community.py @@ -577,7 +577,7 @@ def findvideos(item): if 'links' in item.url: for url in item.url['links']: quality, language, plot, poster = set_extra_values(url, item.path) - title = item.fulltitle + title = item.fulltitle + (' - '+url['title'] if url.has_key('title') else '') title = set_title(title, language, quality) itemlist.append(Item(channel=item.channel, title=format_title(typo('%s','color kod') + ' - ' + title), url=url['url'], action='play', quality=quality,