diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-15 19:21:25 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-15 19:21:25 +0000 |
commit | 4c3c704fb702787683556faec03b6f36786d974e (patch) | |
tree | 6e8a2353a765663f4583c6cdf33875cdae522722 /src/htslib.c | |
parent | f9086f58497bd7fb86dfcd63613a2a975e7b9007 (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.c | 1 |
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"}, {"", ""} }; |