In format selection: Show resolution and download size (if available)

This commit is contained in:
Stefan Schlott
2023-02-04 12:13:20 +01:00
parent 1f6d6d7839
commit cdad7ca873
3 changed files with 5 additions and 0 deletions

View File

@@ -59,4 +59,5 @@ export interface IDLFormat {
resolution: string,
vcodec: string,
acodec: string,
filesize_approx: number,
}