mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
display tags on detail page
This commit is contained in:
@@ -276,6 +276,12 @@ namespace MediaBrowser.Model.Dto
|
||||
/// <value>The index options.</value>
|
||||
public string[] IndexOptions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the tags.
|
||||
/// </summary>
|
||||
/// <value>The tags.</value>
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the primary image aspect ratio.
|
||||
/// </summary>
|
||||
|
||||
@@ -131,6 +131,11 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
Taglines,
|
||||
|
||||
/// <summary>
|
||||
/// The tags
|
||||
/// </summary>
|
||||
Tags,
|
||||
|
||||
/// <summary>
|
||||
/// The trailer url of the item
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user