We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3a408 commit 46b2130Copy full SHA for 46b2130
src/renderer/components/FtListPlaylist/FtListPlaylist.vue
@@ -235,7 +235,7 @@ function handleQuickBookmarkEnabledDisabledClick() {
235
async function enableQuickBookmarkForThisPlaylist() {
236
const currentQuickBookmarkTargetPlaylist = store.getters.getQuickBookmarkPlaylist
237
238
- store.dispatch('updateQuickBookmarkTargetPlaylistId', playlistId.value)
+ store.dispatch('updateQuickBookmarkTargetPlaylistId', playlistId)
239
240
if (currentQuickBookmarkTargetPlaylist != null) {
241
showToast(
0 commit comments