summaryrefslogtreecommitdiff
path: root/src/htslib.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-07-15 19:21:25 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-07-15 19:21:25 +0000
commit4c3c704fb702787683556faec03b6f36786d974e (patch)
tree6e8a2353a765663f4583c6cdf33875cdae522722 /src/htslib.c
parentf9086f58497bd7fb86dfcd63613a2a975e7b9007 (diff)
Added .torrent => application/x-bittorrent built-in MIME type (alexei dot co at gmail dot com)
Diffstat (limited to 'src/htslib.c')
-rw-r--r--src/htslib.c1
1 files changed, 1 insertions, 0 deletions
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"},
{"", ""}
};