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