same thing on MvRow

This commit is contained in:
Kris Hu 2024-01-31 12:33:12 +00:00 committed by GitHub
parent 3093b6f386
commit 9241b3a26a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ export default {
artistName = mv.creator[0].userName; artistName = mv.creator[0].userName;
artistID = mv.creator[0].userId; artistID = mv.creator[0].userId;
} }
return `<a href="/#/artist/${artistID}">${artistName}</a>`; return `<a href="/artist/${artistID}">${artistName}</a>`;
} else if (this.subtitle === 'publishTime') { } else if (this.subtitle === 'publishTime') {
return mv.publishTime; return mv.publishTime;
} }