Treat .FLAC as playable audio
Fixes: https://github.com/feross/webtorrent-desktop/issues/1124 Note FLAC is not actually playable in Electron, by default. But this will at least offer to open it in VLC or the user's preferred player.
This commit is contained in:
@@ -37,6 +37,7 @@ function isAudio (file) {
|
||||
'.mp3',
|
||||
'.ogg',
|
||||
'.wav',
|
||||
'.flac',
|
||||
'.m4a'
|
||||
].includes(getFileExtension(file))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user