From 1275ac6c42a90f9cebed83fa762df6eadf9e1035 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 9 May 2022 20:38:06 +0200 Subject: [PATCH] start up2k indexing even if no interfaces could bind --- copyparty/svchub.py | 3 +++ copyparty/web/browser.js | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/copyparty/svchub.py b/copyparty/svchub.py index ae50df65..16cb6f15 100644 --- a/copyparty/svchub.py +++ b/copyparty/svchub.py @@ -143,6 +143,9 @@ class SvcHub(object): return if self.args.ign_ebind_all: + if not self.tcpsrv.srv: + for _ in range(self.broker.num_workers): + self.broker.put(False, "cb_httpsrv_up") return if self.args.ign_ebind and self.tcpsrv.srv: diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index e5048dc5..d85c8e09 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -164,7 +164,7 @@ ebi('op_cfg').innerHTML = ( '
\n' + ' turbo\n' + ' date-chk\n' + - ' šŸ’¤\n' + + ' šŸ’¤\n' + ' \n' + '
\n' + '\n' + @@ -319,8 +319,8 @@ var mpl = (function () { ebi('op_player').innerHTML = ( '

switches

' + 'preload' + - 'full' + - '/np clip' + + 'full' + + '/np' + 'os-ctl' + 'seek' + 'art' +