Fix Rinumerazione in VVVVID

This commit is contained in:
Alhaziel01
2021-04-28 19:29:01 +02:00
parent dcf9248483
commit 536bf24abc

View File

@@ -220,8 +220,8 @@ def make_itemlist(itemlist, item, data):
if item.contentType != 'movie': infoLabels['tvshowtitle'] = fulltitle
itemlist.append(
item.clone(title = support.typo(title, 'bold'),
fulltitle= fulltitle,
show= fulltitle,
fulltitle= title,
show= title,
url= main_host + str(key['show_id']) + '/seasons/',
action= 'findvideos' if item.contentType == 'movie' else 'episodios',
contentType = item.contentType,