From 536bf24abc8d3846b2162c2f1a2c05c816e3ffd0 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 28 Apr 2021 19:29:01 +0200 Subject: [PATCH] Fix Rinumerazione in VVVVID --- channels/vvvvid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/vvvvid.py b/channels/vvvvid.py index d8bbdb0e..6e736f83 100644 --- a/channels/vvvvid.py +++ b/channels/vvvvid.py @@ -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,