From 6e7e3e1589e91366587aa8ad800bc19949fed2c8 Mon Sep 17 00:00:00 2001 From: marco Date: Sun, 14 Jun 2020 14:45:47 +0200 Subject: [PATCH] fix aggiungi in videoteca dalla ricerca globale --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 7a997a9e..40877d23 100755 --- a/core/support.py +++ b/core/support.py @@ -1195,7 +1195,7 @@ def server(item, data='', itemlist=[], headers='', AutoPlay=True, CheckLinks=Tru autoplay.start(verifiedItemlist, item) if Videolibrary and item.contentChannel != 'videolibrary': - videolibrary(verifiedItemlist, item, function_level=3) + videolibrary(verifiedItemlist, item) if Download: download(verifiedItemlist, item, function_level=3)