soulsync/webui
Broque Thomas 1c8a25cff9 Fix 'Delete File Too' silently failing when file path cannot be resolved
When the DB stored a path the resolver couldn't map to a local file
(common with Navidrome virtual paths or Docker path mismatches), file
deletion was silently skipped — the DB record was removed but the file
stayed on disk with no indication to the user.

Now logs the resolution failure with the stored path, returns a
file_error in the API response, and the frontend shows a warning toast
explaining the file wasn't deleted plus a second toast with the specific
reason (e.g. Navidrome 'Report Real Path' instructions).
2026-04-16 08:43:16 -07:00
..
static Fix 'Delete File Too' silently failing when file path cannot be resolved 2026-04-16 08:43:16 -07:00
index.html Add Tools sidebar page with grouped layout and Library Maintenance hero 2026-04-16 08:11:18 -07:00