From 27502947b43f8789b0a4afe2c89f72d9574f9ec5 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 16 Jul 2020 18:02:09 +0200 Subject: [PATCH] Fix Aggiunta alla videoteca con Rinumerazione --- core/videolibrarytools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/videolibrarytools.py b/core/videolibrarytools.py index 559d2735..7f17e490 100644 --- a/core/videolibrarytools.py +++ b/core/videolibrarytools.py @@ -1035,7 +1035,7 @@ def add_tvshow(item, channel=None): else: # This mark is because the item has something else apart in the "extra" attribute - item.action = item.extra if item.extra else item.action + # item.action = item.extra if item.extra else item.action if isinstance(item.extra, str) and "###" in item.extra: item.action = item.extra.split("###")[0] item.extra = item.extra.split("###")[1]