aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Drawing/ImageOutputFormat.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Drawing/ImageOutputFormat.cs')
-rw-r--r--MediaBrowser.Model/Drawing/ImageOutputFormat.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Drawing/ImageOutputFormat.cs b/MediaBrowser.Model/Drawing/ImageOutputFormat.cs
index 6cbe75a7a..824970073 100644
--- a/MediaBrowser.Model/Drawing/ImageOutputFormat.cs
+++ b/MediaBrowser.Model/Drawing/ImageOutputFormat.cs
@@ -25,6 +25,7 @@ namespace MediaBrowser.Model.Drawing
/// <summary>
/// The PNG
/// </summary>
- Png
+ Png,
+ Webp
}
}