Fix amazon metadata-provider

This commit is contained in:
Ozzieisaacs 2022-04-17 11:54:46 +02:00
parent 130af069aa
commit c61e5d6ac0
1 changed files with 3 additions and 3 deletions

View File

@ -113,9 +113,9 @@ class Amazon(Metadata):
except (AttributeError, TypeError):
match.cover = ""
return match, index
except Exception as e:
log.error_or_exception(e)
return
except Exception as e:
log.error_or_exception(e)
return
val = list()
if self.active: