display tags on detail page

This commit is contained in:
Luke Pulverenti
2013-05-06 23:00:24 -04:00
parent 3f433b3b61
commit 1c484b486b
4 changed files with 34 additions and 9 deletions

View File

@@ -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>

View File

@@ -131,6 +131,11 @@ namespace MediaBrowser.Model.Querying
/// </summary>
Taglines,
/// <summary>
/// The tags
/// </summary>
Tags,
/// <summary>
/// The trailer url of the item
/// </summary>