Added flac to supported formats.

This commit is contained in:
The Wobbler 2025-01-31 17:52:28 +01:00
parent 753ff66bf2
commit 8d502afcee

View file

@ -9,7 +9,8 @@ from tinytag import TinyTag
SUPPORTED_FORMATS = [
"mp3",
"wav",
"ogg"
"ogg",
"flac",
]