From 0e61e706703d3ce1e5a23ac901dab8f3a51e97ca Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 20 Jun 2022 00:20:13 +0200 Subject: [PATCH] audioplayer continues to next folder by default --- copyparty/web/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 9335957a..4ba5a6bb 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -1008,7 +1008,7 @@ var mpl = (function () { '

' + L.ml_eq + '

'); var r = { - "pb_mode": (sread('pb_mode') || 'loop').split('-')[0], + "pb_mode": (sread('pb_mode') || 'next').split('-')[0], "os_ctl": bcfg_get('au_os_ctl', have_mctl) && have_mctl, }; bcfg_bind(r, 'preload', 'au_preload', true);