diff --git a/src/views/artist.vue b/src/views/artist.vue
index e9e27f9..a6fe2cb 100644
--- a/src/views/artist.vue
+++ b/src/views/artist.vue
@@ -60,7 +60,7 @@
-
+
@@ -223,7 +224,7 @@ export default {
);
},
latestMV() {
- const mv = this.mvs[0];
+ const mv = this.mvs[0] || {};
return {
id: mv.id || mv.vid,
name: mv.name || mv.title,