TutorialVault: complete Tauri v2 port with runtime fixes
Rename from TutorialDock to TutorialVault. Remove legacy Python app and scripts. Fix video playback, subtitles, metadata display, window state persistence, and auto-download of ffmpeg/ffprobe on first run. Bundle fonts via npm instead of runtime download.
This commit is contained in:
@@ -46,7 +46,7 @@ export interface LibraryInfo {
|
||||
finished_count?: number;
|
||||
remaining_count?: number;
|
||||
remaining_seconds_known?: number | null;
|
||||
top_folders?: [string, number][];
|
||||
top_folders?: { name: string; total: number; finished: number }[];
|
||||
next_up?: NextUp | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user