xeruf / monsterutilities

Browse, stream and download Monstercat Songs
GNU General Public License v3.0
31 stars 2 forks source link

fix(catalog-tab): genre colors not appearing anymore #128

Open defvs opened 3 years ago

defvs commented 3 years ago

MCatalog changed a few things in the sheet so genre colors were broken:

I don't feel good about these changes but well it's their thing.

This fixes the genre colors not being applied because the column is now named "Label" instead. I also cleaned up the column list to get rid of the "column not found" warning. Had to add exceptions to the genreColors map because your implementation of RoughMap does a search by checking if the input string is contained in any of the keys; this caused issues with "EP" since it's contained within "Drumstep". Also cleaned up the code a tiny bit