mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
playing next folder makes no sense in search results
This commit is contained in:
parent
32e71a43b8
commit
df51e23639
|
@ -2328,7 +2328,7 @@ function play(tid, is_ev, seek) {
|
|||
}
|
||||
|
||||
if (tn >= mp.order.length) {
|
||||
if (mpl.pb_mode == 'loop') {
|
||||
if (mpl.pb_mode == 'loop' || ebi('unsearch')) {
|
||||
tn = 0;
|
||||
}
|
||||
else if (mpl.pb_mode == 'next') {
|
||||
|
|
Loading…
Reference in a new issue