mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v0.11.26
This commit is contained in:
parent
c7650c9326
commit
ec73094506
|
@ -1,6 +1,6 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (0, 11, 25)
|
VERSION = (0, 11, 26)
|
||||||
CODENAME = "the grid"
|
CODENAME = "the grid"
|
||||||
BUILD_DT = (2021, 6, 25)
|
BUILD_DT = (2021, 6, 25)
|
||||||
|
|
||||||
|
|
|
@ -243,7 +243,7 @@ var mpl = (function () {
|
||||||
"pb_mode": sread('pb_mode') || 'loop-folder',
|
"pb_mode": sread('pb_mode') || 'loop-folder',
|
||||||
"preload": bcfg_get('au_preload', true),
|
"preload": bcfg_get('au_preload', true),
|
||||||
"clip": bcfg_get('au_npclip', false),
|
"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),
|
"osd_cv": bcfg_get('au_osd_cv', true),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue