Fix amazon metadata-provider
This commit is contained in:
parent
130af069aa
commit
c61e5d6ac0
|
@ -113,9 +113,9 @@ class Amazon(Metadata):
|
||||||
except (AttributeError, TypeError):
|
except (AttributeError, TypeError):
|
||||||
match.cover = ""
|
match.cover = ""
|
||||||
return match, index
|
return match, index
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log.error_or_exception(e)
|
log.error_or_exception(e)
|
||||||
return
|
return
|
||||||
|
|
||||||
val = list()
|
val = list()
|
||||||
if self.active:
|
if self.active:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user