soulsync/webui
Broque Thomas eb2218ec8d Add file deletion option to album delete on enhanced library page
Album delete now shows a smart delete dialog with two options:
- Remove from Library (DB only, files untouched)
- Delete Files Too (removes DB records AND deletes audio files from
  disk, cleans up empty album folder)

Backend /api/library/album/<id> DELETE now accepts ?delete_files=true
parameter, resolves each track's file path, and removes files before
deleting DB records. Reports files_deleted and files_failed counts.
2026-04-17 15:26:25 -07:00
..
static Add file deletion option to album delete on enhanced library page 2026-04-17 15:26:25 -07:00
index.html Add batch context panel to Downloads page 2026-04-17 12:18:00 -07:00