mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 20:42:37 +01:00
Update listenbrainz.py
This commit is contained in:
parent
0d56ec7232
commit
b12a59ed58
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class ListenBrainzPlugin(BeetsPlugin):
|
|||
"min_ts": min_ts,
|
||||
"max_ts": max_ts,
|
||||
"count": count,
|
||||
}.items() if v is not None},
|
||||
}.items() if v is not None}
|
||||
response = self._make_request(url, params)
|
||||
|
||||
if response is not None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue