From c7650c932627c9635b22752e56ee4bd1813f5c8f Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 25 Jun 2021 03:06:15 +0200 Subject: [PATCH] v0.11.25 --- copyparty/__version__.py | 4 ++-- copyparty/web/browser.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 06fffae1..a00941dc 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 11, 24) +VERSION = (0, 11, 25) CODENAME = "the grid" -BUILD_DT = (2021, 6, 22) +BUILD_DT = (2021, 6, 25) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 98dbe7f1..a8f3ea05 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', false) && have_mctl, + "os_ctl": bcfg_get('au_os_ctl', true) && have_mctl, "osd_cv": bcfg_get('au_osd_cv', true), };