diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-28 00:24:11 -0400 |
|---|---|---|
| committer | Tim Hobbs <jesus.tesh@gmail.com> | 2014-03-28 03:28:32 -0700 |
| commit | b95f8f5f5cd59d7c2e50e4eee018eccc7fd05216 (patch) | |
| tree | 3ef2a2fd0f75c2d107b3e45177c286ec5c6342bd /MediaBrowser.Model/Drawing/ImageOutputFormat.cs | |
| parent | 87c8c429e7d29c94e3722e69d4d31f505c48cfb0 (diff) | |
correct dlna param positions
Diffstat (limited to 'MediaBrowser.Model/Drawing/ImageOutputFormat.cs')
| -rw-r--r-- | MediaBrowser.Model/Drawing/ImageOutputFormat.cs | 3 |
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 } } |
