From 408eba411790414210cd37a44791c96cf2cb15b6 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Tue, 10 Feb 2026 12:49:19 +0100 Subject: [PATCH] fix: use mweb client --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 43dc050..75652ac 100644 --- a/Containerfile +++ b/Containerfile @@ -72,7 +72,7 @@ COPY <<-EOT /data/config.json "opml_file": "/data/opml.xml", "po_token": "", "bgutil_server": "http://bgutil:4416", - "player_client": "" + "player_client": "mweb" } } }