From 1b7e33c222f158dba24952445542d1a89b09e0af Mon Sep 17 00:00:00 2001 From: Kris Hu Date: Tue, 2 May 2023 00:24:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=89=BA=E4=BA=BA=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=93=E8=BE=91=E5=8C=BA=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=B2=BE?= =?UTF-8?q?=E9=80=89=E9=9B=86=20(#2046)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/artist.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/artist.vue b/src/views/artist.vue index 0054cae..4d6aae2 100644 --- a/src/views/artist.vue +++ b/src/views/artist.vue @@ -241,7 +241,9 @@ export default { computed: { ...mapState(['player']), albums() { - return this.albumsData.filter(a => a.type === '专辑'); + return this.albumsData.filter( + a => a.type === '专辑' || a.type === '精选集' + ); }, eps() { return this.albumsData.filter(a =>