mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +01:00
Fix typo
This commit is contained in:
parent
0868299e92
commit
471f875dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ class FanartTV(RemoteArtSource):
|
|||
if util.SNI_SUPPORTED:
|
||||
API_URL = 'https://webservice.fanart.tv/v3/'
|
||||
else:
|
||||
API_URL = 'htts://webservice.fanart.tv/v3/'
|
||||
API_URL = 'https://webservice.fanart.tv/v3/'
|
||||
API_ALBUMS = API_URL + 'music/albums/'
|
||||
PROJECT_KEY = '61a7d0ab4e67162b7a0c7c35915cd48e'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue