mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
fix: bugs
This commit is contained in:
parent
6a64e73a2c
commit
d6be72f5ce
9 changed files with 27 additions and 29 deletions
|
|
@ -51,7 +51,7 @@ export default {
|
|||
},
|
||||
getUrl(mv) {
|
||||
let url = mv.imgurl16v9 ?? mv.cover ?? mv.coverUrl;
|
||||
return url.replace(/^http:/, "https:") + "?param=464x260";
|
||||
return url.replace(/^http:/, "https:") + "?param=464y260";
|
||||
},
|
||||
getID(mv) {
|
||||
if (mv.id !== undefined) return mv.id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue