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

@@ -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; }
}
}