finamp
finamp copied to clipboard
Fix Reordering Queue
At some point, queue reordering broke, and the code for it looked a bit jank anyway. This should be fixed for 0.6.1.
Were you able to figure out the root cause for this? I noticed this only happens on when queue is shuffled. I noticed that the indices here are not the correct ones when shuffle is enabled. In comparison, this uses the correct index even when the queue is shuffled.
Fixed in #361