Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Removing unintended change in commit 50b75f0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raptor399 committed Sep 26, 2013
1 parent 50b75f0 commit 71c4df4
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -636,7 +636,9 @@ public String getMimeType(String mimeType) {
} }
} }


if (matchedMimeType == null) { if (matchedMimeType != null) {
return matchedMimeType;
} else {
// No match found, try without media parser v2 // No match found, try without media parser v2
if (HTTPResource.VIDEO_TRANSCODE.equals(mimeType)) { if (HTTPResource.VIDEO_TRANSCODE.equals(mimeType)) {
if (isTranscodeToWMV()) { if (isTranscodeToWMV()) {
Expand Down

0 comments on commit 71c4df4

Please sign in to comment.