From a5f68fad13a24c9fb57005578174291fd9eced54 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Sat, 9 Aug 2025 14:33:58 +0200 Subject: [PATCH] Fix selecting a new quick bookmark playlist --- src/renderer/components/FtListPlaylist/FtListPlaylist.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/FtListPlaylist/FtListPlaylist.vue b/src/renderer/components/FtListPlaylist/FtListPlaylist.vue index c2a5030b85862..4edf1ed3eec67 100644 --- a/src/renderer/components/FtListPlaylist/FtListPlaylist.vue +++ b/src/renderer/components/FtListPlaylist/FtListPlaylist.vue @@ -235,7 +235,7 @@ function handleQuickBookmarkEnabledDisabledClick() { async function enableQuickBookmarkForThisPlaylist() { const currentQuickBookmarkTargetPlaylist = store.getters.getQuickBookmarkPlaylist - store.dispatch('updateQuickBookmarkTargetPlaylistId', playlistId.value) + store.dispatch('updateQuickBookmarkTargetPlaylistId', playlistId) if (currentQuickBookmarkTargetPlaylist != null) { showToast(