mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-20 04:30:54 +02:00
m4
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user