Skip to content

Commit 46b2130

Browse files
authored
Fix selecting a new quick bookmark playlist (#7803)
1 parent ca3a408 commit 46b2130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/FtListPlaylist/FtListPlaylist.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function handleQuickBookmarkEnabledDisabledClick() {
235235
async function enableQuickBookmarkForThisPlaylist() {
236236
const currentQuickBookmarkTargetPlaylist = store.getters.getQuickBookmarkPlaylist
237237
238-
store.dispatch('updateQuickBookmarkTargetPlaylistId', playlistId.value)
238+
store.dispatch('updateQuickBookmarkTargetPlaylistId', playlistId)
239239
240240
if (currentQuickBookmarkTargetPlaylist != null) {
241241
showToast(

0 commit comments

Comments
 (0)