mirror of
https://github.com/glomatico/votify.git
synced 2026-09-27 11:32:15 +02:00
Add flac to MP4 audio qualities
This commit is contained in:
@@ -47,6 +47,6 @@ FORMAT_ID_MAP = {
|
||||
"flac": "17",
|
||||
}
|
||||
|
||||
MP4_AUDIO_QUALITIES = {"aac-high", "aac-medium"}
|
||||
MP4_AUDIO_QUALITIES = {"aac-high", "aac-medium", "flac"}
|
||||
VORBIS_AUDIO_QUALITIES = {"vorbis-high", "vorbis-medium", "vorbis-low"}
|
||||
PREMIUM_AUDIO_QUALITIES = {"aac-high", "vorbis-high", "flac"}
|
||||
|
||||
Reference in New Issue
Block a user