From b635aac93e2148f3843184540321d406e1ff01a8 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 25 May 2026 15:48:17 +0200 Subject: [PATCH] reset music player cover when switching themes --- copyparty/web/browser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 96a78505..ded464c6 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -2149,6 +2149,8 @@ var mpl = (function () { o = QS('html.b #music, html.f #music'); if (o) o.style.background = "url('" + url + "') no-repeat center / cover"; + else + ebi('music').style.background = ""; } }