The Qobuz API returns a list like ['Pop/Rock', 'Pop/Rock→Rock', 'Pop/Rock→Rock→Alternatif et Indé']. The genre list should look like ['Pop/Rock', 'Rock', 'Alternatif et Indé']. I just added a quick fix for the issue.
I also fixed some minor formatting issues (mostly to do with lines > 79 chars) to suppress the linter warnings.
The Qobuz API returns a list like
['Pop/Rock', 'Pop/Rock→Rock', 'Pop/Rock→Rock→Alternatif et Indé']
. The genre list should look like['Pop/Rock', 'Rock', 'Alternatif et Indé']
. I just added a quick fix for the issue.I also fixed some minor formatting issues (mostly to do with lines > 79 chars) to suppress the linter warnings.