mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
fix fanart.tv merge
This commit is contained in:
parent
9ce10c2fda
commit
36e91fc78b
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ class GoogleImages(RemoteArtSource):
|
|||
match=Candidate.MATCH_EXACT)
|
||||
|
||||
|
||||
class FanartTV(ArtSource):
|
||||
class FanartTV(RemoteArtSource):
|
||||
"""Art from fanart.tv requested using their API"""
|
||||
NAME = u"fanart.tv"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue