Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 1f03e7f

Browse files
committed
Add MimeType for ogv
1 parent 5ae1212 commit 1f03e7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ServiceStack.Text/HttpUtils.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,9 @@ public static string GetMimeType(string fileNameOrExt)
11741174
case "webm":
11751175
return "video/" + fileExt;
11761176

1177+
case "ogv":
1178+
return "video/ogg";
1179+
11771180
case "rtf":
11781181
return "application/" + fileExt;
11791182

0 commit comments

Comments
 (0)