L3-N0X / spicetify-dj-info

Display BPM, Key and more next to each Song!
MIT License
35 stars 3 forks source link

upd(djinfo.js): remove add from recomendations #21

Closed je09 closed 2 months ago

je09 commented 2 months ago

Hey! I added a small hack to kind of fix the problem with the DJ info in the recommendations. If the grid in the recommendations isn't three columns long (which seems to be the case in every case), remove the add button. It is a little annoying and prevents the user from seeing the actual info.

L3-N0X commented 2 months ago

I had a quick look again into this problem and found an even better solution (now live on main branch) which doesn't remove the add button and instead adds a column right before the add button. I just wanted to keep the add button since it is much faster than always dragging the track to the top. Let me know if this works for you and has the same effect / outcome as you wanted to achieve!

je09 commented 2 months ago

Works like a charm! Splendid work. I'll be closing my PR then.