Skip to content

Commit

Permalink
Add support for flac
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 5, 2024
1 parent 1aa9cf4 commit 077a466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/track-dict.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const writer = require('flush-write-stream')
const filter = require('through2-filter')
const pump = require('pump')
const log = require('electron-log')
const validExtensions = ['m4a', 'mp3', 'ogg']
const validExtensions = ['m4a', 'mp3', 'ogg', 'flac']

module.exports = makeTrackDict

Expand Down

0 comments on commit 077a466

Please sign in to comment.