Implement macOS local MP3 discovery foundation

This commit is contained in:
diyaa
2026-05-25 09:11:00 +02:00
parent 4b8701e55b
commit 6d426f2a54
6507 changed files with 325 additions and 12656 deletions
@@ -45,7 +45,8 @@ public actor PlaceholderSyncCoordinator: SyncCoordinator {
LibraryTrack(
title: "Velody Placeholder",
artist: "Private Library",
album: "Phase 1"
album: "Phase 1",
localFilePath: ""
),
]
await store.replaceTracks(tracks)