mirror of
https://github.com/glomatico/votify.git
synced 2026-09-26 11:02:29 +02:00
Reorder VORBIS entries in AudioQuality enum
This commit is contained in:
@@ -48,9 +48,9 @@ class CoverSize(Enum):
|
||||
|
||||
|
||||
class AudioQuality(Enum):
|
||||
VORBIS_HIGH = "vorbis-high"
|
||||
VORBIS_MEDIUM = "vorbis-medium"
|
||||
VORBIS_LOW = "vorbis-low"
|
||||
VORBIS_MEDIUM = "vorbis-medium"
|
||||
VORBIS_HIGH = "vorbis-high"
|
||||
AAC_MEDIUM = "aac-medium"
|
||||
AAC_HIGH = "aac-high"
|
||||
FLAC = "flac"
|
||||
|
||||
Reference in New Issue
Block a user