mirror of
https://github.com/9001/copyparty.git
synced 2026-03-30 03:54:29 +10:00
v0.11.26
This commit is contained in:
@@ -243,7 +243,7 @@ var mpl = (function () {
|
||||
"pb_mode": sread('pb_mode') || 'loop-folder',
|
||||
"preload": bcfg_get('au_preload', true),
|
||||
"clip": bcfg_get('au_npclip', false),
|
||||
"os_ctl": bcfg_get('au_os_ctl', true) && have_mctl,
|
||||
"os_ctl": bcfg_get('au_os_ctl', have_mctl) && have_mctl,
|
||||
"osd_cv": bcfg_get('au_osd_cv', true),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user