mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 05:02:28 -06:00
fix music player cover link while searching
This commit is contained in:
parent
b635aac93e
commit
e6cd528db7
|
|
@ -2182,7 +2182,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" }];
|
tags.artwork = [{ "src": cover, type: "image/jpeg" }];
|
||||||
}
|
}
|
||||||
r.cover = cover;
|
r.cover = cover;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue