mirror of
https://github.com/9001/copyparty.git
synced 2025-11-02 13:03:18 +00:00
mediaplayer: stay within search-results
This commit is contained in:
@@ -3683,7 +3683,7 @@ var mpui = (function () {
|
||||
var oi = mp.order.indexOf(mp.au.tid) + 1,
|
||||
evp = get_evpath();
|
||||
|
||||
if (mpl.pb_mode == 'loop' || mp.au.evp != evp)
|
||||
if (mpl.pb_mode == 'loop' || mp.au.evp != evp || ebi('unsearch'))
|
||||
oi = 0;
|
||||
|
||||
if (oi >= mp.order.length) {
|
||||
|
||||
Reference in New Issue
Block a user