wip: downloads "complete" is broken?

This commit is contained in:
Fredrik Burmester
2025-10-01 16:57:02 +02:00
parent 32c01c6f89
commit 02fa738cfd
12 changed files with 525 additions and 8353 deletions

View File

@@ -46,6 +46,8 @@ export interface DownloadedItem {
videoFilePath: string;
/** The size of the video file in bytes. */
videoFileSize: number;
/** The video filename (for easy File object reconstruction). Optional for backwards compatibility. */
videoFileName?: string;
/** The local file path of the downloaded trickplay images. */
trickPlayData?: TrickPlayData;
/** The intro segments for the item. */