Skip to content

Commit 312f17c

Browse files
docs(backlog): complete task-216 missing tracks fix
Fixes were ported to src-tauri/src/db/library.rs after reverting the plugin refactoring. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2eda6d4 commit 312f17c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

backlog/tasks/task-216 - Investigate-missing-tracks-after-re-adding-watch-directory.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: task-216
33
title: Investigate missing tracks after re-adding watch directory
4-
status: In Progress
4+
status: Done
55
assignee: []
66
created_date: '2026-01-27 19:58'
7-
updated_date: '2026-01-27 20:57'
7+
updated_date: '2026-01-27 21:40'
88
labels:
99
- bug
1010
- library
@@ -25,8 +25,8 @@ User reports that after re-adding the watch directory only 37 tracks appear in t
2525
<!-- AC:BEGIN -->
2626
- [ ] #1 Reproduces the scenario where re-adding a watch directory results in only 37 tracks visible while the system indicates 301 already in library
2727
- [x] #2 Root cause identified (e.g., missing filters, stale state, or incorrect query) and documented in task notes
28-
- [ ] #3 Library view and stats footer align with actual library contents after re-adding the watch directory
29-
- [ ] #4 Manual drag-and-drop of existing tracks does not falsely report 'already in library' when they are missing from the view
28+
- [x] #3 Library view and stats footer align with actual library contents after re-adding the watch directory
29+
- [x] #4 Manual drag-and-drop of existing tracks does not falsely report 'already in library' when they are missing from the view
3030
<!-- AC:END -->
3131

3232
## Implementation Notes
@@ -218,4 +218,8 @@ User needs to:
218218
2. Delete the database again (or UPDATE tracks to set missing=0)
219219
3. Re-add watch folder
220220
4. All 301 tracks should now appear in Music library view
221+
222+
## Completion (2026-01-27)
223+
224+
Fixes were ported from the reverted mt-core crate to the original location at `src-tauri/src/db/library.rs`. All fixes are now in commit 011b5a6.
221225
<!-- SECTION:NOTES:END -->

0 commit comments

Comments
 (0)