Fix Rinumerazione in VVVVID
This commit is contained in:
+2
-2
@@ -220,8 +220,8 @@ def make_itemlist(itemlist, item, data):
|
|||||||
if item.contentType != 'movie': infoLabels['tvshowtitle'] = fulltitle
|
if item.contentType != 'movie': infoLabels['tvshowtitle'] = fulltitle
|
||||||
itemlist.append(
|
itemlist.append(
|
||||||
item.clone(title = support.typo(title, 'bold'),
|
item.clone(title = support.typo(title, 'bold'),
|
||||||
fulltitle= fulltitle,
|
fulltitle= title,
|
||||||
show= fulltitle,
|
show= title,
|
||||||
url= main_host + str(key['show_id']) + '/seasons/',
|
url= main_host + str(key['show_id']) + '/seasons/',
|
||||||
action= 'findvideos' if item.contentType == 'movie' else 'episodios',
|
action= 'findvideos' if item.contentType == 'movie' else 'episodios',
|
||||||
contentType = item.contentType,
|
contentType = item.contentType,
|
||||||
|
|||||||
Reference in New Issue
Block a user