From aa14693924f2ca1885562bebda9203c669b5fd71 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sat, 23 May 2026 15:47:49 -0300 Subject: [PATCH] Add drm_free and is_library flags to types --- gamdl/interface/types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gamdl/interface/types.py b/gamdl/interface/types.py index d428b82..3dce835 100644 --- a/gamdl/interface/types.py +++ b/gamdl/interface/types.py @@ -122,6 +122,7 @@ class StreamInfo: codec: str = None width: int = None height: int = None + drm_free: bool = False use_cenc: bool = False use_single_content_key: bool = True @@ -156,6 +157,7 @@ class Cover: @dataclass class AppleMusicMedia: media_id: str + is_library: bool = False index: int = 0 total: int = 0 partial: bool = True