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.Controller | |
| parent | 84b62f22cf394bda536ee8d8f057e14908ff9923 (diff) | |
refresh connect authorizations
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Entities/BaseItem.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs index 97564f563..d5296d7dc 100644 --- a/MediaBrowser.Controller/Entities/BaseItem.cs +++ b/MediaBrowser.Controller/Entities/BaseItem.cs @@ -1575,9 +1575,7 @@ namespace MediaBrowser.Controller.Entities { Path = path, DateModified = FileSystem.GetLastWriteTimeUtc(path), - Type = imageType, - Width = chapter.ImageWidth, - Height = chapter.ImageHeight + Type = imageType }; } |
