I tried making an .opus inscription, but I think the MIME type is not being recognized by explorers? It shows up as application/octet-stream
https://ordinals.com/inscription/887050cbecaa84b374278210631e5388a68bee95bf9a68125d655dfd79137d46i0.
I'm wondering if the MIME type should be changed to "audio/opus", the official MIME type for Opus audio files
right now its listed as "audio/ogg;codecs=opus"
In
|
("audio/ogg;codecs=opus", GENERIC, Audio, &["opus"]), |
Any suggestions how we can fix this?
I tried making an .opus inscription, but I think the MIME type is not being recognized by explorers? It shows up as application/octet-stream
https://ordinals.com/inscription/887050cbecaa84b374278210631e5388a68bee95bf9a68125d655dfd79137d46i0.
I'm wondering if the MIME type should be changed to
"audio/opus", the official MIME type for Opus audio filesright now its listed as
"audio/ogg;codecs=opus"In
ord/src/inscriptions/media.rs
Line 84 in 1e4e6b7
Any suggestions how we can fix this?