Add optional file_id to StreamInfo

This commit is contained in:
Rafael Moraes
2026-03-22 14:34:33 -03:00
parent c42414fd57
commit 2fbd85646d
+1
View File
@@ -26,6 +26,7 @@ class StreamInfo:
widevine_pssh: str
file_format: str
actual_file_format: str | None = None
file_id: str | bytes | None = None
@dataclass