reset music player cover when switching themes

This commit is contained in:
Til Schmitter 2026-05-25 15:48:17 +02:00
parent befdc06a42
commit b635aac93e

View file

@ -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 = "";
}
}