From 4c3c704fb702787683556faec03b6f36786d974e Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 15 Jul 2013 19:21:25 +0000 Subject: Added .torrent => application/x-bittorrent built-in MIME type (alexei dot co at gmail dot com) --- src/htslib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/htslib.c b/src/htslib.c index 629f6c0..0dd6e1f 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -543,6 +543,7 @@ const char *hts_mime[][2] = { {"application/ogg", "ogg"}, {"application/x-java-vm", "class"}, + {"application/x-bittorrent","torrent"}, {"", ""} }; -- cgit v1.2.3