forked from e621ng/e621ng
fix av1 webms not being able to be uploaded
This commit is contained in:
parent
1030efab9d
commit
451bafb1fc
@ -85,6 +85,8 @@ module FileMethods
|
||||
"webm"
|
||||
when "video/mp4"
|
||||
"mp4"
|
||||
when "audio/webm"
|
||||
"webm"
|
||||
else
|
||||
mime_type
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user