Merge branch 'hovudstraum' of https://github.com/tilse/copyparty-uiV1.5 into hovudstraum

This commit is contained in:
Til 2026-05-26 06:12:15 +02:00
commit 3b08883747

View file

@ -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;