You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
In some cases a downloaded, single song (in this case, Dark all Day by GUNSHIP grabbed from BandCamp) may not have an "album" associated with it.
This causes a hard fail where it's assumed "album" exists, for example in
brainz.py:This can be fixed by using "title" in lieu of "album", and this seems to correctly fetch the album art too:
I'm happy to do a PR to fix this, but can anyone think of instances where this might fail?