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 (tn >= mp.order.length) {
|
||||||
if (mpl.pb_mode == 'loop') {
|
if (mpl.pb_mode == 'loop' || ebi('unsearch')) {
|
||||||
tn = 0;
|
tn = 0;
|
||||||
}
|
}
|
||||||
else if (mpl.pb_mode == 'next') {
|
else if (mpl.pb_mode == 'next') {
|
||||||
|
Loading…
Reference in New Issue
Block a user