From e0af2b83ef972df556bb3694afa8bab433c90069 Mon Sep 17 00:00:00 2001 From: Kingbox <37674310+lopezvg@users.noreply.github.com> Date: Tue, 31 Jul 2018 16:18:34 +0200 Subject: [PATCH] =?UTF-8?q?Mejoras=20de=20c=C3=B3digo=20interno?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/alltorrent.py | 3 --- plugin.video.alfa/channels/elitetorrent.py | 3 --- plugin.video.alfa/channels/grantorrent.py | 3 --- plugin.video.alfa/channels/mejortorrent1.py | 3 --- plugin.video.alfa/channels/newpct1.py | 3 --- 5 files changed, 15 deletions(-) diff --git a/plugin.video.alfa/channels/alltorrent.py b/plugin.video.alfa/channels/alltorrent.py index aa761c32..2f9ec7cd 100755 --- a/plugin.video.alfa/channels/alltorrent.py +++ b/plugin.video.alfa/channels/alltorrent.py @@ -268,9 +268,6 @@ def findvideos(item): def actualizar_titulos(item): logger.info() - itemlist = [] - - from platformcode import launcher item = generictools.update_title(item) #Llamamos al método que actualiza el título con tmdb.find_and_set_infoLabels diff --git a/plugin.video.alfa/channels/elitetorrent.py b/plugin.video.alfa/channels/elitetorrent.py index 86a1930d..fccba66c 100644 --- a/plugin.video.alfa/channels/elitetorrent.py +++ b/plugin.video.alfa/channels/elitetorrent.py @@ -342,9 +342,6 @@ def findvideos(item): def actualizar_titulos(item): logger.info() - itemlist = [] - - from platformcode import launcher item = generictools.update_title(item) #Llamamos al método que actualiza el título con tmdb.find_and_set_infoLabels diff --git a/plugin.video.alfa/channels/grantorrent.py b/plugin.video.alfa/channels/grantorrent.py index cfa78a18..4ecf072a 100644 --- a/plugin.video.alfa/channels/grantorrent.py +++ b/plugin.video.alfa/channels/grantorrent.py @@ -814,9 +814,6 @@ def episodios(item): def actualizar_titulos(item): logger.info() - itemlist = [] - - from platformcode import launcher item = generictools.update_title(item) #Llamamos al método que actualiza el título con tmdb.find_and_set_infoLabels diff --git a/plugin.video.alfa/channels/mejortorrent1.py b/plugin.video.alfa/channels/mejortorrent1.py index 33d7a0c1..4718f6a8 100644 --- a/plugin.video.alfa/channels/mejortorrent1.py +++ b/plugin.video.alfa/channels/mejortorrent1.py @@ -976,9 +976,6 @@ def episodios(item): def actualizar_titulos(item): logger.info() - itemlist = [] - - from platformcode import launcher item = generictools.update_title(item) #Llamamos al método que actualiza el título con tmdb.find_and_set_infoLabels diff --git a/plugin.video.alfa/channels/newpct1.py b/plugin.video.alfa/channels/newpct1.py index 2d14a510..d7167df8 100644 --- a/plugin.video.alfa/channels/newpct1.py +++ b/plugin.video.alfa/channels/newpct1.py @@ -1798,9 +1798,6 @@ def episodios(item): def actualizar_titulos(item): logger.info() - itemlist = [] - - from platformcode import launcher item = generictools.update_title(item) #Llamamos al método que actualiza el título con tmdb.find_and_set_infoLabels