From e2840b00b9fbaa8ae8517c8aa80ab3cb9f6b4dbd Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 6 Feb 2021 16:26:52 +0100 Subject: [PATCH] Fix VVVVID --- channels/vvvvid.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/channels/vvvvid.py b/channels/vvvvid.py index 9828fa8a..537f31b0 100644 --- a/channels/vvvvid.py +++ b/channels/vvvvid.py @@ -220,7 +220,8 @@ def make_itemlist(itemlist, item, data): for key in data['data']: if search.lower() in encode(key['title']).lower(): infoLabels['year'] = key['date_published'] - infoLabels['title'] = infoLabels['tvshowtitle'] = key['title'] + infoLabels['title'] = key['title'] + if item.contentType != 'movie': infoLabels['tvshowtitle'] = key['title'] title = encode(key['title']) itemlist.append( item.clone(title = support.typo(title, 'bold'),