From bb32d975eb774e2baf5f0de16d46b59bf2946026 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 16 Dec 2020 18:02:05 +0100 Subject: [PATCH] ops --- specials/videolibrary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/specials/videolibrary.py b/specials/videolibrary.py index 6e37a806..d379f9dc 100644 --- a/specials/videolibrary.py +++ b/specials/videolibrary.py @@ -327,7 +327,6 @@ def get_episodes(item): head_nfo, item_nfo = videolibrarytools.read_nfo(item.nfo) # Create an item in the list for each strm found - from core.support import dbg;dbg() for i in ficheros: ext = i.split('.')[-1] if ext not in ['json','nfo']: