Fix Sottotitoli Community Channels
This commit is contained in:
@@ -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'],
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user