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,
|
vi = item.clone(server=videoitem.server,
|
||||||
extraInfo=videoitem.extraInfo,
|
extraInfo=videoitem.extraInfo,
|
||||||
serverName=videoitem.serverName,
|
serverName=videoitem.serverName,
|
||||||
|
subtitle=videoitem.subtitle,
|
||||||
url=videoitem.url,
|
url=videoitem.url,
|
||||||
videoUrls= videoitem.videoUrlsn,
|
videoUrls= videoitem.videoUrlsn,
|
||||||
ch_name=channeltools.get_channel_parameters(item.channel)['title'],
|
ch_name=channeltools.get_channel_parameters(item.channel)['title'],
|
||||||
|
|||||||
@@ -228,7 +228,6 @@ def peliculas(item, json='', key='', itemlist=[]):
|
|||||||
contentType=contentType,
|
contentType=contentType,
|
||||||
infoLabels=infoLabels,
|
infoLabels=infoLabels,
|
||||||
url=extra.url,
|
url=extra.url,
|
||||||
subtitle=extra.subtitle,
|
|
||||||
path=item.path,
|
path=item.path,
|
||||||
thumbnail=extra.thumb,
|
thumbnail=extra.thumb,
|
||||||
fanart=extra.fanart,
|
fanart=extra.fanart,
|
||||||
@@ -366,7 +365,6 @@ def episodios(item, json='', key='', itemlist=[]):
|
|||||||
url=option,
|
url=option,
|
||||||
action='findvideos',
|
action='findvideos',
|
||||||
plot=extra.plot,
|
plot=extra.plot,
|
||||||
subtitle=extra.subtitle,
|
|
||||||
thumbnail=extra.thumb if extra.thumb else item.thumbnail,
|
thumbnail=extra.thumb if extra.thumb else item.thumbnail,
|
||||||
fanart=extra.fanart,
|
fanart=extra.fanart,
|
||||||
contentSeason=season_number,
|
contentSeason=season_number,
|
||||||
@@ -461,6 +459,7 @@ def findvideos(item):
|
|||||||
item.clone(url=option['url'],
|
item.clone(url=option['url'],
|
||||||
action='play',
|
action='play',
|
||||||
quality=extra.quality,
|
quality=extra.quality,
|
||||||
|
subtitle=extra.subtitle,
|
||||||
contentLanguage=extra.language,
|
contentLanguage=extra.language,
|
||||||
extraInfo=extra.info))
|
extraInfo=extra.info))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user