mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-19 22:20:33 +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>
|
||||
|
||||
Reference in New Issue
Block a user