mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
fixes #941 - Rework password recovery and remove IsLocal checks
This commit is contained in:
@@ -6,10 +6,6 @@ namespace MediaBrowser.Model.Drawing
|
||||
/// </summary>
|
||||
public enum ImageOutputFormat
|
||||
{
|
||||
/// <summary>
|
||||
/// The original
|
||||
/// </summary>
|
||||
Original,
|
||||
/// <summary>
|
||||
/// The BMP
|
||||
/// </summary>
|
||||
@@ -26,6 +22,9 @@ namespace MediaBrowser.Model.Drawing
|
||||
/// The PNG
|
||||
/// </summary>
|
||||
Png,
|
||||
/// <summary>
|
||||
/// The webp
|
||||
/// </summary>
|
||||
Webp
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user