Non-null MIME types infer to other content type

PiperOrigin-RevId: 322114754
This commit is contained in:
christosts 2020-07-20 12:10:51 +01:00 committed by Oliver Woodman
parent 7fce04a67f
commit 63b965d3f0

View File

@ -1736,7 +1736,7 @@ public final class Util {
case MimeTypes.APPLICATION_SS:
return C.TYPE_SS;
default:
return Util.inferContentType(uri);
return C.TYPE_OTHER;
}
}