diff --git a/src/renderer/features/player/components/audio-players.tsx b/src/renderer/features/player/components/audio-players.tsx index 1a75bb114..cb5485e83 100644 --- a/src/renderer/features/player/components/audio-players.tsx +++ b/src/renderer/features/player/components/audio-players.tsx @@ -60,6 +60,7 @@ const CODEC_PROBES = [ ]; const DEFAULT_TRANSCODING_PROFILES = [ + { audioCodec: 'flac', container: 'flac', protocol: 'http' }, { audioCodec: 'opus', container: 'ogg', protocol: 'http' }, { audioCodec: 'mp3', container: 'mp3', protocol: 'http' }, ];