Update listenbrainz.py

This commit is contained in:
Alok Saboo 2023-12-19 15:31:12 -05:00
parent 0d56ec7232
commit b12a59ed58

View file

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