Skip to content

Commit

Permalink
Support uploading flac audio.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbinf committed Sep 6, 2023
1 parent e5c790f commit e2a55e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-src/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const ENCLOSURE_CATEGORIES = {
export const ENCLOSURE_CATEGORIES_DICT = {
[ENCLOSURE_CATEGORIES.AUDIO]: {
name: 'audio',
fileTypes: ['mp3', 'm4b'],
fileTypes: ['mp3', 'm4b', 'flac'],
},
[ENCLOSURE_CATEGORIES.VIDEO]: {
name: 'video',
Expand Down

0 comments on commit e2a55e8

Please sign in to comment.