diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-08 22:18:14 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-08 22:18:14 -0500 |
| commit | 40897bac1494791e1ec6abcfe85cda27d4664a32 (patch) | |
| tree | 4788db3f5e35a3a06c9668f4460299c4f4a17ca1 /MediaBrowser.Model/Drawing/ImageOutputFormat.cs | |
| parent | 0ef95fb19cde8f4443e2cede94ec21583c3dc9d7 (diff) | |
fixes #941 - Rework password recovery and remove IsLocal checks
Diffstat (limited to 'MediaBrowser.Model/Drawing/ImageOutputFormat.cs')
| -rw-r--r-- | MediaBrowser.Model/Drawing/ImageOutputFormat.cs | 7 |
1 files changed, 3 insertions, 4 deletions
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 @@ -7,10 +7,6 @@ namespace MediaBrowser.Model.Drawing public enum ImageOutputFormat { /// <summary> - /// The original - /// </summary> - Original, - /// <summary> /// The BMP /// </summary> Bmp, @@ -26,6 +22,9 @@ namespace MediaBrowser.Model.Drawing /// The PNG /// </summary> Png, + /// <summary> + /// The webp + /// </summary> Webp } } |
