Add drm_free and is_library flags to types

This commit is contained in:
Rafael Moraes
2026-05-23 15:47:49 -03:00
parent 76a7c792cd
commit aa14693924
+2
View File
@@ -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