diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-12 13:31:41 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-12 13:31:41 -0400 |
| commit | cce120d8d325a9186d4e79efdf7009ad72638e81 (patch) | |
| tree | 8057f085f405a4e5a7cfac3f42fd01d6c99b07a7 /MediaBrowser.Model/Entities | |
| parent | 84b62f22cf394bda536ee8d8f057e14908ff9923 (diff) | |
refresh connect authorizations
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/ChapterInfo.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Model/Entities/ChapterInfo.cs b/MediaBrowser.Model/Entities/ChapterInfo.cs index 9d0bbc0d9..9da7a9caa 100644 --- a/MediaBrowser.Model/Entities/ChapterInfo.cs +++ b/MediaBrowser.Model/Entities/ChapterInfo.cs @@ -23,17 +23,5 @@ namespace MediaBrowser.Model.Entities /// </summary> /// <value>The image path.</value> public string ImagePath { get; set; } - - /// <summary> - /// Gets or sets the height of the image. - /// </summary> - /// <value>The height of the image.</value> - public int? ImageHeight { get; set; } - - /// <summary> - /// Gets or sets the width of the image. - /// </summary> - /// <value>The width of the image.</value> - public int? ImageWidth { get; set; } } } |
