diff --git a/votify/interface/constants.py b/votify/interface/constants.py index 21d8893..933438b 100644 --- a/votify/interface/constants.py +++ b/votify/interface/constants.py @@ -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"}