mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-28 21:19:42 +00:00
824 B
824 B
Batch Reset Metadata Implementation Status
Completed
- Specification created (
artifacts/2026-02-15/batch_reset.md) - Backend logic implemented in
server/controllers/LibraryItemController.js(batchResetMetadata) - API route registered in
server/routers/ApiRouter.js(POST /api/items/batch/reset-metadata) - Frontend UI updated in
client/components/app/Appbar.vue(Menu item + Handler)
Verification
- Syntax checked for backend files.
- Manual verification required by user:
- Select multiple books/library items.
- Click the context menu (three dots) in the selection bar.
- Click "Reset Metadata".
- Confirm the dialog.
- Verify items are re-scanned and metadata reset.
Note
- Localization string for confirmation message is currently hardcoded in English.