fix(ui): skip missing files in bulk operations (#3807)

* fix(ui): skip missing files when adding to playqueue

Signed-off-by: Deluan <deluan@navidrome.org>

* fix(ui): skip missing files when adding to playlists

* fix(ui): skip missing files when shuffling songs

Signed-off-by: Deluan <deluan@navidrome.org>

---------

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan Quintão
2025-03-11 20:19:46 -04:00
committed by GitHub
parent 2a15a217de
commit 70f536e04d
4 changed files with 17 additions and 7 deletions
+1
View File
@@ -10,6 +10,7 @@ export const ShuffleAllButton = ({ filters }) => {
const dataProvider = useDataProvider()
const dispatch = useDispatch()
const notify = useNotify()
filters = { ...filters, missing: false }
const handleOnClick = () => {
dataProvider