mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
Merge branch 'hovudstraum' of https://github.com/tilse/copyparty-uiV1.5 into hovudstraum
This commit is contained in:
commit
3b08883747
|
|
@ -2153,6 +2153,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 = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2184,7 +2186,7 @@ var mpl = (function () {
|
|||
}
|
||||
}
|
||||
|
||||
cover = addq(cover || mp.au.osrc, 'th=j');
|
||||
cover = addq(cover || mp.au.src, 'th=j');
|
||||
tags.artwork = [{ "src": cover, type: "image/jpeg" }];
|
||||
}
|
||||
r.cover = cover;
|
||||
|
|
|
|||
Loading…
Reference in a new issue