From f6e498108333b81f2d5536c1e4f517a4ab173bfc Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sun, 26 Dec 2021 23:00:54 +0700 Subject: [PATCH] some fix for library-artist page --- src/renderer/index.js | 4 ++-- src/renderer/views/components/libraryartist-item.ejs | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/renderer/index.js b/src/renderer/index.js index d6072fc6..c5dfe4d9 100644 --- a/src/renderer/index.js +++ b/src/renderer/index.js @@ -1435,7 +1435,7 @@ const app = new Vue({ } this.library.artists.downloadState = 1 this.library.downloadNotification.show = true - this.library.downloadNotification.message = "Updating library albums..." + this.library.downloadNotification.message = "Updating library artists..." function downloadChunk() { self.library.artists.downloadState = 1 @@ -1464,7 +1464,7 @@ const app = new Vue({ downloaded = response library = library.concat(downloaded.data) self.library.downloadNotification.show = true - self.library.downloadNotification.message = "Updating library albums..." + self.library.downloadNotification.message = "Updating library artists..." self.library.downloadNotification.total = downloaded.meta.total self.library.downloadNotification.progress = library.length if (downloaded.meta.total == 0) { diff --git a/src/renderer/views/components/libraryartist-item.ejs b/src/renderer/views/components/libraryartist-item.ejs index 2446b444..34ca1b3b 100644 --- a/src/renderer/views/components/libraryartist-item.ejs +++ b/src/renderer/views/components/libraryartist-item.ejs @@ -1,12 +1,6 @@