mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Update listenbrainz.py
This commit is contained in:
parent
efcb54995e
commit
cac7f7d2dd
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class ListenBrainzPlugin(BeetsPlugin):
|
|||
}
|
||||
url = f"{self.ROOT}/metadata/lookup/"
|
||||
response = self._make_request(url, params)
|
||||
return response.json()
|
||||
return response
|
||||
|
||||
def get_playlists_createdfor(self, username):
|
||||
"""Returns a list of playlists created by a user."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue