Skip to content

Commit

Permalink
Add .opus to audio types (#4194)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Jan 24, 2025
1 parent 2dae21f commit 75911cb
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 @@ -80,6 +80,7 @@ impl Media {
("application/yaml", TEXT, Code(Yaml), &["yaml", "yml"]),
("audio/flac", GENERIC, Audio, &["flac"]),
("audio/mpeg", GENERIC, Audio, &["mp3"]),
("audio/ogg;codecs=opus", GENERIC, Audio, &["opus"]),
("audio/wav", GENERIC, Audio, &["wav"]),
("font/otf", GENERIC, Font, &["otf"]),
("font/ttf", GENERIC, Font, &["ttf"]),
Expand Down

0 comments on commit 75911cb

Please sign in to comment.