v2026.06.06 — UPnP recovery, library watcher, artist discovery, request auto-poll #87

Merged
bvandeusen merged 18 commits from dev into main 2026-06-06 23:31:28 -04:00
Showing only changes of commit e95138d412 - Show all commits
+1 -1
View File
@@ -43,7 +43,7 @@ func TestDrainPending(t *testing.T) {
t.Run("returns paths and clears the set", func(t *testing.T) {
pending := map[string]struct{}{
"/music/a.mp3": {},
"/music/a.mp3": {},
"/music/b.flac": {},
}
got := drainPending(pending)