mediasession: embedded coverart as fallback

This commit is contained in:
ed
2025-10-14 22:02:09 +00:00
parent ad85713693
commit 9746b4e21e

View File

@@ -1452,10 +1452,8 @@ var mpl = (function () {
}
}
if (cover) {
cover = addq(cover, 'th=j');
tags.artwork = [{ "src": cover, type: "image/jpeg" }];
}
cover = addq(cover || mp.au.osrc, 'th=j');
tags.artwork = [{ "src": cover, type: "image/jpeg" }];
}
ebi('np_circle').textContent = np.circle || '';