mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 03:34:46 +03:00
Serve original image file when possible
This commit is contained in:
@@ -141,5 +141,10 @@ namespace MediaBrowser.Model.Drawing
|
||||
/// </summary>
|
||||
/// <value>The width.</value>
|
||||
public double Width { get; set; }
|
||||
|
||||
public bool Equals(ImageSize size)
|
||||
{
|
||||
return Width.Equals(size.Width) && Height.Equals(size.Height);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user