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(