aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/ImageType.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-09 20:18:29 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-09 20:18:29 -0500
commit937e434ab6f32ef4444066a9f84bfbea23538432 (patch)
treeccb09c7d4919ec8c5098020c64f206ea849e7905 /MediaBrowser.Model/Entities/ImageType.cs
parenta3d37fbca7507def36aee6e4152c7002406a9d6a (diff)
moved the javascript apiclient to it's own repo and nuget package
Diffstat (limited to 'MediaBrowser.Model/Entities/ImageType.cs')
-rw-r--r--MediaBrowser.Model/Entities/ImageType.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/ImageType.cs b/MediaBrowser.Model/Entities/ImageType.cs
index aaae8dda3..8ad1090b8 100644
--- a/MediaBrowser.Model/Entities/ImageType.cs
+++ b/MediaBrowser.Model/Entities/ImageType.cs
@@ -49,6 +49,6 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// The chapter image
/// </summary>
- ChapterImage
+ Chapter
}
}