##// END OF EJS Templates
Fixed flac mimetype for viewing
neko259 -
r1867:68469e1a default
parent child Browse files
Show More
@@ -29,7 +29,7 b' FILE_TYPES_AUDIO = ('
29 'audio/ogg',
29 'audio/ogg',
30 'audio/mp3',
30 'audio/mp3',
31 'audio/opus',
31 'audio/opus',
32 'audio/flac',
32 'audio/x-flac',
33 )
33 )
34 FILE_TYPES_IMAGE = (
34 FILE_TYPES_IMAGE = (
35 'image/jpeg',
35 'image/jpeg',
General Comments 0
You need to be logged in to leave comments. Login now