Added m4a to supported formats.

This commit is contained in:
The Wobbler 2025-01-31 20:46:15 +01:00
parent 8d502afcee
commit b77df6987c

View file

@ -11,6 +11,7 @@ SUPPORTED_FORMATS = [
"wav",
"ogg",
"flac",
"m4a"
]