Skip to content

Commit

Permalink
Support for .flac files for koel parity
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Barron committed Feb 17, 2020
1 parent ee66ad4 commit 0c01637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -14,7 +14,7 @@ exports.handler = function(e, ctx, cb) {
* Types (extensions) that we supported - for now
* @type {Array}
*/
const supportTypes = ['mp3', 'm4a', 'ogg']
const supportTypes = ['mp3', 'm4a', 'ogg', 'flac']

const bucket = record.s3.bucket.name
const key = decodeURIComponent(record.s3.object.key.replace(/\+/g, ' '))
Expand Down

0 comments on commit 0c01637

Please sign in to comment.