mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
Add fanart.tv API key
This commit is contained in:
parent
7bec3b9de5
commit
3a2eb03e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class FanartTV(ArtSource):
|
|||
"""Art from fanart.tv requested using their API"""
|
||||
API_URL = 'http://webservice.fanart.tv/v3/'
|
||||
API_ALBUMS = API_URL + 'music/albums/'
|
||||
PROJECT_KEY = ''
|
||||
PROJECT_KEY = '61a7d0ab4e67162b7a0c7c35915cd48e'
|
||||
|
||||
def get(self, album):
|
||||
if not album.mb_releasegroupid:
|
||||
|
|
|
|||
Loading…
Reference in a new issue