Remux FLAC files using ffmpeg

This commit is contained in:
Rafael Moraes
2026-03-22 15:17:32 -03:00
parent 72b14dc057
commit be9196939d
+3 -1
View File
@@ -114,7 +114,9 @@ class SpotifyAudioDownloader(SpotifyBaseDownloader):
encrypted_path,
staged_path,
)
elif self.remux_mode == AudioRemuxMode.FFMPEG:
elif self.remux_mode == AudioRemuxMode.FFMPEG or staged_path.lower().endswith(
".flac"
):
await self._ffmpeg_remux(
encrypted_path,
staged_path,