mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
added more images to search output
This commit is contained in:
@@ -49,6 +49,30 @@ namespace MediaBrowser.Model.Search
|
||||
/// <value>The image tag.</value>
|
||||
public Guid? PrimaryImageTag { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the thumb image tag.
|
||||
/// </summary>
|
||||
/// <value>The thumb image tag.</value>
|
||||
public Guid? ThumbImageTag { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the thumb image item identifier.
|
||||
/// </summary>
|
||||
/// <value>The thumb image item identifier.</value>
|
||||
public string ThumbImageItemId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the backdrop image tag.
|
||||
/// </summary>
|
||||
/// <value>The backdrop image tag.</value>
|
||||
public Guid? BackdropImageTag { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the backdrop image item identifier.
|
||||
/// </summary>
|
||||
/// <value>The backdrop image item identifier.</value>
|
||||
public string BackdropImageItemId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the type.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user