update image magick sharp

This commit is contained in:
Luke Pulverenti
2015-03-04 12:22:55 -05:00
parent 5878190cab
commit 2b179ecfe2
7 changed files with 18 additions and 12 deletions

View File

@@ -265,12 +265,7 @@ namespace MediaBrowser.Model.Net
return "application/ttml+xml";
}
if (ext.Equals(".bif", StringComparison.OrdinalIgnoreCase))
{
return "application/octet-stream";
}
throw new ArgumentException("Argument not supported: " + path);
return "application/octet-stream";
}
public static string ToExtension(string mimeType)