mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 19:14:56 +01:00
make web client images more efficient by using max height instead of height
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user