Also show reencoding progress

This commit is contained in:
2022-01-01 22:10:00 +03:00
parent 74793bb2d6
commit c60c9b6522
5 changed files with 71 additions and 35 deletions

View File

@@ -4,6 +4,8 @@ export interface Room {
createdAt: Date;
movie?: string;
filename?: string;
downloadedProg?: number;
reencodedProg?: number;
downloaded?: boolean;
downloadedAt?: Date;
position: number;