This commit is contained in:
Tiberiu Ichim 2026-02-06 21:57:03 +02:00
parent 4a34716e58
commit 7cc476a6ed
3 changed files with 4 additions and 0 deletions

View file

@ -239,6 +239,8 @@ export default {
}
},
batchMoveToLibrary() {
// Clear any single library item that might be lingering
this.$store.commit('setSelectedLibraryItem', null)
// Open the move to library modal - it will pick up items from selectedMediaItems
this.$store.commit('globals/setShowMoveToLibraryModal', true)
},