fix(media): filter yt-dlp storyboards and clean format rows

This commit is contained in:
NimBold
2026-06-18 14:14:33 +03:30
parent 43e21bfc1e
commit c548cb4fe0
4 changed files with 440 additions and 30 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type MediaFormat = { format_id: string, resolution: string, ext: string, fps: number | null, filesize: number | null, };
export type MediaFormat = { format_id: string, resolution: string, ext: string, format_label: string, fps: number | null, filesize: number | null, };