From 8ec2a445b728bae4081258d1e2dde9e9b73f892d Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 20 May 2020 16:06:46 +0200 Subject: [PATCH] Rimosso log inutile --- platformcode/platformtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index d9f85ae9..cc77c3bd 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -581,7 +581,7 @@ def set_infolabels(listitem, item, player=False): listitem.setInfo("video", infoLabels_kodi) except: listitem.setInfo("video", item.infoLabels) - logger.error(item.infoLabels) + # logger.error(item.infoLabels) # if item.infoLabels: # if 'mediatype' not in item.infoLabels: