mirror of
https://github.com/beetbox/beets.git
synced 2026-02-12 02:12:10 +01:00
Fix extra parameter introduced for #1581
This commit is contained in:
parent
65e011215d
commit
e32744a66a
1 changed files with 0 additions and 1 deletions
|
|
@ -307,7 +307,6 @@ class Wikipedia(ArtSource):
|
|||
|
||||
# Find the absolute url of the cover art on Wikipedia
|
||||
wikipedia_response = self.request(
|
||||
self._log,
|
||||
self.WIKIPEDIA_URL,
|
||||
params={
|
||||
'format': 'json',
|
||||
|
|
|
|||
Loading…
Reference in a new issue