mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 08:34:01 +00:00
Disable the rate limit for coverartarchive.org
This commit is contained in:
@@ -37,6 +37,7 @@ from picard.util import partial, mimetype
|
||||
from PyQt4.QtCore import QUrl
|
||||
import re
|
||||
import traceback
|
||||
import picard.webservice
|
||||
|
||||
# data transliterated from the perl stuff used to find cover art for the
|
||||
# musicbrainz server.
|
||||
@@ -190,4 +191,6 @@ def _try_list_append_image_url(try_list, parsedUrl):
|
||||
'path': str(path)
|
||||
})
|
||||
|
||||
|
||||
picard.webservice.REQUEST_DELAY[("coverartarchive.org", 80)] = 0
|
||||
register_album_metadata_processor(coverart)
|
||||
|
||||
Reference in New Issue
Block a user