mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
update image magick sharp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user