From 02e19a962aae16a4713ad3b52e439f16d7c0e5e5 Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Sun, 17 Jan 2021 17:10:03 +0100 Subject: [PATCH] opa --- specials/videolibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/videolibrary.py b/specials/videolibrary.py index 69ee043e..21ff24eb 100644 --- a/specials/videolibrary.py +++ b/specials/videolibrary.py @@ -446,7 +446,7 @@ def findvideos(item): all_videolibrary = list_movies(Item()) + list_tvshows(Item()) for n, it in enumerate(all_videolibrary): if nom_canal in it.library_urls: - dead_item = Item(multichannel=len(item.library_urls) > 1, + dead_item = Item(multichannel=len(it.library_urls) > 1, contentType=it.contentType, dead=nom_canal, path=filetools.split(it.nfo)[0],