diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-29 14:51:30 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-29 14:51:30 -0500 |
| commit | 999ad78a0d899c4b9a441933ff68843b0ae3e0a9 (patch) | |
| tree | 63d2bbc8504595b1c47e36f5e3c16e3fc51b671e /MediaBrowser.Model/Drawing | |
| parent | aaac7e4208a1098bccdc5a7d4c939ef30a3a1e9f (diff) | |
rework configurations
Diffstat (limited to 'MediaBrowser.Model/Drawing')
| -rw-r--r-- | MediaBrowser.Model/Drawing/ImageFormat.cs (renamed from MediaBrowser.Model/Drawing/ImageOutputFormat.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Drawing/ImageOutputFormat.cs b/MediaBrowser.Model/Drawing/ImageFormat.cs index ec32f64f2..0172c9754 100644 --- a/MediaBrowser.Model/Drawing/ImageOutputFormat.cs +++ b/MediaBrowser.Model/Drawing/ImageFormat.cs @@ -4,7 +4,7 @@ namespace MediaBrowser.Model.Drawing /// <summary> /// Enum ImageOutputFormat /// </summary> - public enum ImageOutputFormat + public enum ImageFormat { /// <summary> /// The BMP |
