fix: bugs

This commit is contained in:
qier222 2021-01-31 00:52:02 +08:00
parent 6a64e73a2c
commit d6be72f5ce
9 changed files with 27 additions and 29 deletions

View file

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