mirror of
https://github.com/glomatico/votify.git
synced 2026-09-26 19:12:27 +02:00
Create CoverSize enum
This commit is contained in:
@@ -29,3 +29,10 @@ class RemuxModeAudio(Enum):
|
||||
class RemuxModeVideo(Enum):
|
||||
FFMPEG = "ffmpeg"
|
||||
MP4BOX = "mp4box"
|
||||
|
||||
|
||||
class CoverSize(Enum):
|
||||
SMALL = "small"
|
||||
MEDIUM = "medium"
|
||||
LARGE = "large"
|
||||
EXTRA_LARGE = "extra-large"
|
||||
|
||||
Reference in New Issue
Block a user