From a833f4be45d9bbcae57a8d655871b5428581326f Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Mon, 8 Sep 2025 13:06:26 +0200 Subject: [PATCH] fix: use mweb with po_token --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index dd789c8..8c95746 100644 --- a/Containerfile +++ b/Containerfile @@ -64,7 +64,7 @@ COPY <<-EOT /data/config.json "opml_file": "/data/opml.xml", "po_token": "", "bgutil_server": "http://bgutil:4416", - "player_client": "default,-ios" + "player_client": "mweb" } } }