Commit 63b965d3 by christosts Committed by Oliver Woodman

Non-null MIME types infer to other content type

PiperOrigin-RevId: 322114754
parent 7fce04a6
...@@ -1736,7 +1736,7 @@ public final class Util { ...@@ -1736,7 +1736,7 @@ public final class Util {
case MimeTypes.APPLICATION_SS: case MimeTypes.APPLICATION_SS:
return C.TYPE_SS; return C.TYPE_SS;
default: default:
return Util.inferContentType(uri); return C.TYPE_OTHER;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment