Fix Sottotitoli Community Channels

This commit is contained in:
Alhaziel01
2022-07-28 18:49:47 +02:00
parent 86bff2be1e
commit aec6f6811e
2 changed files with 2 additions and 2 deletions

View File

@@ -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))