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"
|
"webm"
|
||||||
when "video/mp4"
|
when "video/mp4"
|
||||||
"mp4"
|
"mp4"
|
||||||
|
when "audio/webm"
|
||||||
|
"webm"
|
||||||
else
|
else
|
||||||
mime_type
|
mime_type
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user