Add md and rst as text/plain mimetypes.
This commit is contained in:
parent
daf824caf5
commit
c90585665a
1 changed files with 2 additions and 0 deletions
|
@ -191,7 +191,9 @@ ADDITIONAL_MIMETYPES = {
|
||||||
'mkv': 'video/x-matroska',
|
'mkv': 'video/x-matroska',
|
||||||
|
|
||||||
'ass': 'text/plain',
|
'ass': 'text/plain',
|
||||||
|
'md': 'text/plain',
|
||||||
'nfo': 'text/plain',
|
'nfo': 'text/plain',
|
||||||
|
'rst': 'text/plain',
|
||||||
'srt': 'text/plain',
|
'srt': 'text/plain',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue