finamp icon indicating copy to clipboard operation
finamp copied to clipboard

Fix Reordering Queue

Open jmshrv opened this issue 2 years ago • 1 comments

At some point, queue reordering broke, and the code for it looked a bit jank anyway. This should be fixed for 0.6.1.

jmshrv avatar Apr 10 '22 16:04 jmshrv

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.

faizzzzz avatar May 18 '22 00:05 faizzzzz

Fixed in #361

jmshrv avatar Nov 18 '22 21:11 jmshrv