forked from LBRYCommunity/lbry-sdk
fix incorrect media-type of .cbr archives
This commit is contained in:
parent
32b8601c38
commit
a030e13548
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ types_map = {
|
||||||
'.zip': ('application/zip', 'binary'),
|
'.zip': ('application/zip', 'binary'),
|
||||||
|
|
||||||
# These are non-standard types, commonly found in the wild.
|
# These are non-standard types, commonly found in the wild.
|
||||||
'.cbr': ('application/vnd.comicbook+zip', 'document'),
|
'.cbr': ('application/vnd.comicbook-rar', 'document'),
|
||||||
'.cbz': ('application/vnd.comicbook+zip', 'document'),
|
'.cbz': ('application/vnd.comicbook+zip', 'document'),
|
||||||
'.lbry': ('application/x-ext-lbry', 'document'),
|
'.lbry': ('application/x-ext-lbry', 'document'),
|
||||||
'.mid': ('audio/midi', 'audio'),
|
'.mid': ('audio/midi', 'audio'),
|
||||||
|
|
Loading…
Reference in a new issue