mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
reset music player cover when switching themes
This commit is contained in:
parent
befdc06a42
commit
b635aac93e
|
|
@ -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 = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue