Samik081 / beets-beatport4

Beatport API v4 compatible beets plugin
MIT License
26 stars 2 forks source link

Improve fix(#3): key or bpm missing #5

Closed JOJ0 closed 1 year ago

JOJ0 commented 1 year ago

Further improves the fix in 46ca113db7.

JOJ0 commented 1 year ago

Had some occurences of NoneType errors. Using get() initially on the data dict fixes it.