Add md and rst as text/plain mimetypes.

This commit is contained in:
voussoir 2018-03-10 13:27:21 -08:00
parent daf824caf5
commit c90585665a

View file

@ -191,7 +191,9 @@ ADDITIONAL_MIMETYPES = {
'mkv': 'video/x-matroska',
'ass': 'text/plain',
'md': 'text/plain',
'nfo': 'text/plain',
'rst': 'text/plain',
'srt': 'text/plain',
}