diff --git a/copyparty/__version__.py b/copyparty/__version__.py index a00941dc..f2f0cf48 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (0, 11, 25) +VERSION = (0, 11, 26) CODENAME = "the grid" BUILD_DT = (2021, 6, 25) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index a8f3ea05..8c813564 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -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), };