Add fanart.tv API key

This commit is contained in:
wordofglass 2016-04-15 19:32:17 +02:00
parent 7bec3b9de5
commit 3a2eb03e0e

View file

@ -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: