Test: Sottotitoli nei Community Channels
This commit is contained in:
@@ -228,6 +228,7 @@ 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,
|
||||||
@@ -365,6 +366,7 @@ 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,
|
||||||
@@ -764,6 +766,8 @@ def set_extra_values(item, json, path):
|
|||||||
ret.description = json[key]
|
ret.description = json[key]
|
||||||
elif key == 'info':
|
elif key == 'info':
|
||||||
ret.info = json[key]
|
ret.info = json[key]
|
||||||
|
elif key == 'subtitle':
|
||||||
|
ret.subtitle = json[key]
|
||||||
|
|
||||||
if not ret.thumb:
|
if not ret.thumb:
|
||||||
if 'get_search_menu' in inspect.stack()[1][3]:
|
if 'get_search_menu' in inspect.stack()[1][3]:
|
||||||
|
|||||||
Reference in New Issue
Block a user