From 5869f889f98c5094c8885b0eba3b819051c2f26c Mon Sep 17 00:00:00 2001
From: memorydream <34763046+memorydream@users.noreply.github.com>
Date: Wed, 26 May 2021 16:46:50 +0800
Subject: [PATCH] fix: empty artist link (#705)
---
src/components/ArtistsInLine.vue | 5 ++++-
src/components/Player.vue | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/components/ArtistsInLine.vue b/src/components/ArtistsInLine.vue
index b84502f..b4374b3 100644
--- a/src/components/ArtistsInLine.vue
+++ b/src/components/ArtistsInLine.vue
@@ -2,7 +2,10 @@
{{ computedPrefix }}
- {{ ar.name }}
+
+ {{ ar.name }}
+
+ {{ ar.name }}
,
diff --git a/src/components/Player.vue b/src/components/Player.vue
index 8472fc7..11f34cf 100644
--- a/src/components/Player.vue
+++ b/src/components/Player.vue
@@ -37,9 +37,9 @@
- {{ ar.name }} {{ ar.name }} ,