mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
Update listenbrainz.py
This commit is contained in:
parent
92bb8584d4
commit
f3d8655ee5
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ class ListenBrainzPlugin(BeetsPlugin):
|
|||
"listened_at": track["listened_at"],
|
||||
}
|
||||
)
|
||||
self.lookup_metadata(tracks[-1])
|
||||
return tracks
|
||||
|
||||
def lookup_metadata(self, track) -> dict:
|
||||
|
|
|
|||
Loading…
Reference in a new issue