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

View File

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