mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 10:05:13 +01:00
Update listenbrainz.py
This commit is contained in:
parent
4afd992fbd
commit
444fd2e83d
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ class ListenBrainzPlugin(BeetsPlugin):
|
|||
tracks = []
|
||||
for listen in listens:
|
||||
self._log.debug(f"listen: {listen.get('track_metadata')}")
|
||||
return self.get_track_info(tracks)
|
||||
|
||||
def get_playlists_createdfor(self, username):
|
||||
"""Returns a list of playlists created by a user."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue