Less logging

This commit is contained in:
Croneter 2018-04-20 16:52:25 +02:00
parent 3bba2199e8
commit a376dbe2a5

View file

@ -846,7 +846,6 @@ class API(object):
external_id = self.retrieve_external_item_id()
if external_id is not None:
artworks = self.lookup_fanart_tv(external_id[0], artworks)
LOG.debug('fanart artworks: %s', artworks)
return artworks
def retrieve_external_item_id(self, collection=False):