diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-28 00:24:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-28 00:24:11 -0400 |
| commit | ec49a657525292b97c152027779b96274ed30685 (patch) | |
| tree | 3ef2a2fd0f75c2d107b3e45177c286ec5c6342bd /MediaBrowser.Model/Drawing | |
| parent | 1664de62c0571dc24e495f29e59f92a29a8b9b95 (diff) | |
correct dlna param positions
Diffstat (limited to 'MediaBrowser.Model/Drawing')
| -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 } } |
