vitiko98 / qobuz-dl

A complete Lossless and Hi-Res music downloader for Qobuz
GNU General Public License v3.0
1.45k stars 193 forks source link

Fixed bug where genre tag looked weird #77

Closed nathom closed 3 years ago

nathom commented 3 years ago

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.

vitiko98 commented 3 years ago

Thanks!

Btw, please don't format the files if the formatter is not black (what I use) to avoid messy diffs.