From a4e0c89fb7303a10af0ffe5a0bb00bf614f6af3f Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sun, 22 Sep 2019 17:47:17 +0200 Subject: [PATCH] Fix Videolibrary --- core/videolibrarytools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/videolibrarytools.py b/core/videolibrarytools.py index ee77b355..0604a45d 100644 --- a/core/videolibrarytools.py +++ b/core/videolibrarytools.py @@ -224,6 +224,7 @@ def save_movie(item): return 0, 0, -1 def filter_list(episodelist, action=None, path=None): + channel_prefs = {} lang_sel = quality_sel = show_title = channel ='' if action: tvshow_path = filetools.join(path, "tvshow.nfo")