mirror of
https://github.com/9001/copyparty.git
synced 2026-06-22 05:53:29 -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');
|
o = QS('html.b #music, html.f #music');
|
||||||
if (o)
|
if (o)
|
||||||
o.style.background = "url('" + url + "') no-repeat center / cover";
|
o.style.background = "url('" + url + "') no-repeat center / cover";
|
||||||
|
else
|
||||||
|
ebi('music').style.background = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue