mirror of
https://github.com/beetbox/beets.git
synced 2026-01-14 04:01:43 +01:00
Update listenbrainz.py
This commit is contained in:
parent
ec3711f4a9
commit
d83a07d368
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class ListenBrainzPlugin(BeetsPlugin):
|
|||
if track["track_metadata"].get("release_name") is None:
|
||||
continue
|
||||
mbid_mapping = track["track_metadata"].get("mbid_mapping", {})
|
||||
print(json.dumps(track, indent=4, sort_keys=True))
|
||||
#print(json.dumps(track, indent=4, sort_keys=True))
|
||||
if mbid_mapping.get("recording_mbid") is None:
|
||||
# search for the track using title and release
|
||||
mbid = self.get_mb_recording_id(track)
|
||||
|
|
|
|||
Loading…
Reference in a new issue