Add .nfo to the custom mimetypes as text/plain.

master
voussoir 2018-01-09 18:46:32 -08:00
parent b89d5f77d5
commit d548e09a96
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ ADDITIONAL_MIMETYPES = {
'mkv': 'video/x-matroska',
'ass': 'text/plain',
'nfo': 'text/plain',
'srt': 'text/plain',
}