From 5ccc23a15b5a80f48bca29ab6a570e6198e2dc5f Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 3 Apr 2020 10:03:57 +0200 Subject: [PATCH] fix icone vvvvid --- channels/vvvvid.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/channels/vvvvid.py b/channels/vvvvid.py index 6ccf38b2..1eded5de 100644 --- a/channels/vvvvid.py +++ b/channels/vvvvid.py @@ -188,10 +188,14 @@ def episodios(item): url= host + show_id + '/season/' + str(key['season_id']) + '/', action= 'findvideos', video_id= key['video_id'], + thumbnail= item.thumbnail, + fanart = item.fanart, + plot=item.plot, contentType = item.contentType )) autorenumber.renumber(itemlist, item, 'bold') - if autorenumber.check(item) == True: + if autorenumber.check(item) == True \ + or support.match(itemlist[0].title, patron=r"(\d+x\d+)").match: support.videolibrary(itemlist,item) return itemlist