diff options
Diffstat (limited to 'src')
-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"}, {"", ""} }; |