mirror of
https://github.com/9001/copyparty.git
synced 2026-04-12 23:32:32 -06:00
sizegolfing
This commit is contained in:
parent
d7d3fc97e8
commit
66d8272af7
|
|
@ -1719,9 +1719,9 @@ function MPlayer() {
|
|||
if (!tid || tid.indexOf('af-') !== 0)
|
||||
continue;
|
||||
|
||||
var trackid = tid.slice(1);
|
||||
if (r.tracks[trackid])
|
||||
order.push(trackid);
|
||||
tid = tid.slice(1);
|
||||
if (r.tracks[tid])
|
||||
order.push(tid);
|
||||
}
|
||||
r.order = order;
|
||||
r.shuffle();
|
||||
|
|
|
|||
Loading…
Reference in a new issue