mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 07:16:31 +01: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)
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace MediaBrowser.Model.Sync
|
||||
/// Gets or sets the quality.
|
||||
/// </summary>
|
||||
/// <value>The quality.</value>
|
||||
public SyncQuality Quality { get; set; }
|
||||
public string Quality { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the name.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user