make web client images more efficient by using max height instead of height

This commit is contained in:
Luke Pulverenti
2013-11-09 13:44:38 -05:00
parent b043336977
commit 391675a345
3 changed files with 6 additions and 151 deletions

View File

@@ -383,6 +383,12 @@ namespace MediaBrowser.Model.Dto
/// <value>The album image tag.</value>
public Guid? AlbumPrimaryImageTag { get; set; }
/// <summary>
/// Gets or sets the series primary image tag.
/// </summary>
/// <value>The series primary image tag.</value>
public Guid? SeriesPrimaryImageTag { get; set; }
/// <summary>
/// Gets or sets the album artist.
/// </summary>