Skip to content

Commit 077a466

Browse files
committed
Add support for flac
1 parent 1aa9cf4 commit 077a466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/track-dict.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const writer = require('flush-write-stream')
55
const filter = require('through2-filter')
66
const pump = require('pump')
77
const log = require('electron-log')
8-
const validExtensions = ['m4a', 'mp3', 'ogg']
8+
const validExtensions = ['m4a', 'mp3', 'ogg', 'flac']
99

1010
module.exports = makeTrackDict
1111

0 commit comments

Comments
 (0)