refresh connect authorizations

This commit is contained in:
Luke Pulverenti
2014-10-12 13:31:41 -04:00
parent 84b62f22cf
commit cce120d8d3
8 changed files with 327 additions and 26 deletions

View File

@@ -1575,9 +1575,7 @@ namespace MediaBrowser.Controller.Entities
{
Path = path,
DateModified = FileSystem.GetLastWriteTimeUtc(path),
Type = imageType,
Width = chapter.ImageWidth,
Height = chapter.ImageHeight
Type = imageType
};
}