From 40897bac1494791e1ec6abcfe85cda27d4664a32 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 8 Nov 2014 22:18:14 -0500 Subject: fixes #941 - Rework password recovery and remove IsLocal checks --- MediaBrowser.Model/Drawing/ImageOutputFormat.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Model/Drawing/ImageOutputFormat.cs') diff --git a/MediaBrowser.Model/Drawing/ImageOutputFormat.cs b/MediaBrowser.Model/Drawing/ImageOutputFormat.cs index 824970073..ec32f64f2 100644 --- a/MediaBrowser.Model/Drawing/ImageOutputFormat.cs +++ b/MediaBrowser.Model/Drawing/ImageOutputFormat.cs @@ -6,10 +6,6 @@ namespace MediaBrowser.Model.Drawing /// public enum ImageOutputFormat { - /// - /// The original - /// - Original, /// /// The BMP /// @@ -26,6 +22,9 @@ namespace MediaBrowser.Model.Drawing /// The PNG /// Png, + /// + /// The webp + /// Webp } } -- cgit v1.2.3