From effafdbf2c84d446d147b8bac5a6386d02da0e53 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 25 Nov 2019 18:27:51 +0100 Subject: [PATCH] fix thumb per itemlist vuoto --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index da904158..cde3fed4 100644 --- a/core/support.py +++ b/core/support.py @@ -438,7 +438,7 @@ def scrape(func): if config.get_setting('downloadenabled') and (function == 'episodios' or function == 'findvideos'): download(itemlist, item, function=function) - if 'patronMenu' in args: + if 'patronMenu' in args and itemlist: itemlist = thumb(itemlist, genre=True) if 'fullItemlistHook' in args: