This commit is contained in:
Boof2015
2026-06-19 13:19:37 -04:00
parent 978d001db9
commit bc687dfe87
145 changed files with 4685 additions and 197 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ type ViewMode = 'tracks' | 'albums' | 'artists' | 'playlists' | 'folders';
export type FolderWithCount = LibraryFolder & { track_count: number };
interface ScanProgressState {
phase: 'idle' | 'discovering' | 'extracting';
phase: 'idle' | 'discovering' | 'extracting' | 'analyzing';
processed: number;
total: number;
folderName?: string;