Skip to content

Commit

Permalink
Use application/x-bittorrent media type for .torrent files (#4193)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 24, 2025
1 parent 13dd8d9 commit 4041a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inscriptions/media.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ impl Media {
("application/pdf", GENERIC, Pdf, &["pdf"]),
("application/pgp-signature", TEXT, Text, &["asc"]),
("application/protobuf", GENERIC, Unknown, &["binpb"]),
("application/x-bittorrent", GENERIC, Unknown, &["torrent"]),
("application/x-javascript", TEXT, Code(JavaScript), &[]),
("application/yaml", TEXT, Code(Yaml), &["yaml", "yml"]),
("audio/flac", GENERIC, Audio, &["flac"]),
Expand Down

0 comments on commit 4041a57

Please sign in to comment.