Skip to content

Commit

Permalink
add Flac mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarebczan authored and eukreign committed Sep 18, 2019
1 parent c5530ae commit 826f584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lbry/lbry/schema/mime_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
# 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'),
Expand Down

0 comments on commit 826f584

Please sign in to comment.