From aec6f6811ed53e1c6dbd014ea24e1cef070ed663 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 28 Jul 2022 18:49:47 +0200 Subject: [PATCH] Fix Sottotitoli Community Channels --- core/support.py | 1 + specials/community.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/support.py b/core/support.py index 2f44aa53..5aee9f5f 100755 --- a/core/support.py +++ b/core/support.py @@ -1302,6 +1302,7 @@ def server(item, data='', itemlist=[], headers='', CheckLinks=True, Download=Tru vi = item.clone(server=videoitem.server, extraInfo=videoitem.extraInfo, serverName=videoitem.serverName, + subtitle=videoitem.subtitle, url=videoitem.url, videoUrls= videoitem.videoUrlsn, ch_name=channeltools.get_channel_parameters(item.channel)['title'], diff --git a/specials/community.py b/specials/community.py index bbdada30..5448bb08 100644 --- a/specials/community.py +++ b/specials/community.py @@ -228,7 +228,6 @@ def peliculas(item, json='', key='', itemlist=[]): contentType=contentType, infoLabels=infoLabels, url=extra.url, - subtitle=extra.subtitle, path=item.path, thumbnail=extra.thumb, fanart=extra.fanart, @@ -366,7 +365,6 @@ def episodios(item, json='', key='', itemlist=[]): url=option, action='findvideos', plot=extra.plot, - subtitle=extra.subtitle, thumbnail=extra.thumb if extra.thumb else item.thumbnail, fanart=extra.fanart, contentSeason=season_number, @@ -461,6 +459,7 @@ def findvideos(item): item.clone(url=option['url'], action='play', quality=extra.quality, + subtitle=extra.subtitle, contentLanguage=extra.language, extraInfo=extra.info))