fix av1 webms not being able to be uploaded

This commit is contained in:
edshot99 2024-12-09 07:58:50 -06:00
parent 1030efab9d
commit 451bafb1fc

View File

@ -85,6 +85,8 @@ module FileMethods
"webm" "webm"
when "video/mp4" when "video/mp4"
"mp4" "mp4"
when "audio/webm"
"webm"
else else
mime_type mime_type
end end