[beatport] Exclude invalid musical keys - #3377
Conversation
|
Looks good overall! Just to check—it's not a problem that, now that the Could you please add a quick note to the changelog? |
|
Yup, that shouldn't be an issue because the default is None anyway, like you said. It seems to me that the And changelog updated! |
|
To be safe, I've also changed if 'bpm' in data:
self.bpm = data['bpm']to self.bpm = data.get('bpm')to avoid another potential AttributeError here if the |
|
Fantastic. Thank you again!! |
Fix a bug introduced in #3372 by defaulting the
musical_keyto None for Beatport releases, avoiding the following: