update music video codec

This commit is contained in:
alacleaker 2024-04-07 15:41:42 -03:00
parent e92a8890f9
commit f46387dacf

View File

@ -25,6 +25,12 @@ class SongCodec(Enum):
ASK = "ask"
class MusicVideoCodec(Enum):
AVC1 = "avc1"
HEVC = "hevc"
ASK = "ask"
class ArtworkFormat(Enum):
JPG = "jpg"
PNG = "png"