From d55115885eaefc3f69b1b7ce8c670d2828fe32c2 Mon Sep 17 00:00:00 2001 From: greko17 Date: Fri, 25 Oct 2019 22:08:12 +0200 Subject: [PATCH] fix: aggiunta in videoteca delle serietv... probabile problema con i canali community! --- core/videolibrarytools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/videolibrarytools.py b/core/videolibrarytools.py index 832c6f87..c20feba1 100644 --- a/core/videolibrarytools.py +++ b/core/videolibrarytools.py @@ -833,8 +833,8 @@ def add_tvshow(item, channel=None): # del item.tmdb_stat #Limpiamos el status para que no se grabe en la Videoteca # Obtiene el listado de episodios - if item.channel == 'community': - itemlist = getattr(channel, item.action)(item) + #if item.channel == 'community': + itemlist = getattr(channel, item.action)(item) insertados, sobreescritos, fallidos, path = save_tvshow(item, itemlist)