add Flac mime type

This commit is contained in:
Thomas Zarebczan 2019-09-17 15:54:36 -04:00 committed by Lex Berezhny
parent c5530aee5f
commit 826f584aa8

View file

@ -139,6 +139,7 @@ types_map = {
# These are non-standard types, commonly found in the wild.
'.cbr': ('application/vnd.comicbook-rar', 'document'),
'.cbz': ('application/vnd.comicbook+zip', 'document'),
'.flac': ('audio/flac', 'audio'),
'.lbry': ('application/x-ext-lbry', 'document'),
'.m4v': ('video/m4v', 'video'),
'.mid': ('audio/midi', 'audio'),