Skip to content

Commit 9bc4c5d

Browse files
committed
mediaplayer: stay within search-results
1 parent 1534b7c commit 9bc4c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copyparty/web/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3683,7 +3683,7 @@ var mpui = (function () {
36833683
var oi = mp.order.indexOf(mp.au.tid) + 1,
36843684
evp = get_evpath();
36853685

3686-
if (mpl.pb_mode == 'loop' || mp.au.evp != evp)
3686+
if (mpl.pb_mode == 'loop' || mp.au.evp != evp || ebi('unsearch'))
36873687
oi = 0;
36883688

36893689
if (oi >= mp.order.length) {

0 commit comments

Comments
 (0)