From 2fbd85646d0070d12c75c9012cfd83276b035a0b Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sun, 22 Mar 2026 14:34:33 -0300 Subject: [PATCH] Add optional file_id to StreamInfo --- votify/interface/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/votify/interface/types.py b/votify/interface/types.py index d9fe2b9..3d07260 100644 --- a/votify/interface/types.py +++ b/votify/interface/types.py @@ -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