From 86dfbeb3ba597c8161b668a053deecdc836e2ca7 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Mon, 19 Sep 2022 01:00:16 +0300 Subject: [PATCH] feat: add a cranky scroll to current in queue method + fix: media notification image url --- src/components/RightSideBar/Queue.vue | 8 ++++++-- src/components/RightSideBar/SearchInput.vue | 2 +- src/composables/mediaNotification.ts | 13 +++++++------ src/stores/queue.ts | 15 +++++++++++++++ 4 files changed, 29 insertions(+), 9 deletions(-) diff --git a/src/components/RightSideBar/Queue.vue b/src/components/RightSideBar/Queue.vue index ab8252b6..1846e57c 100644 --- a/src/components/RightSideBar/Queue.vue +++ b/src/components/RightSideBar/Queue.vue @@ -24,7 +24,7 @@