mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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" }];
|
||||
}
|
||||
r.cover = cover;
|
||||
|
|
|
|||
Loading…
Reference in a new issue