From d548e09a96281bae7e10644bd3d60e286686a09b Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 9 Jan 2018 18:46:32 -0800 Subject: [PATCH] Add .nfo to the custom mimetypes as text/plain. --- etiquette/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etiquette/constants.py b/etiquette/constants.py index ef8acb2..a470856 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -135,6 +135,7 @@ ADDITIONAL_MIMETYPES = { 'mkv': 'video/x-matroska', 'ass': 'text/plain', + 'nfo': 'text/plain', 'srt': 'text/plain', }