#22 - Need to strip html tags from overviews

This commit is contained in:
LukePulverenti
2013-03-12 18:49:45 -04:00
parent 6b327581c6
commit 0cc0fbbe43
17 changed files with 82 additions and 64 deletions

View File

@@ -426,6 +426,13 @@ namespace MediaBrowser.Model.Dto
[ProtoMember(69)]
public string MediaType { get; set; }
/// <summary>
/// Gets or sets the overview HTML.
/// </summary>
/// <value>The overview HTML.</value>
[ProtoMember(70)]
public string OverviewHtml { get; set; }
/// <summary>
/// Gets a value indicating whether this instance can resume.
/// </summary>

View File

@@ -51,6 +51,11 @@ namespace MediaBrowser.Model.Querying
/// </summary>
Overview,
/// <summary>
/// The overview HTML
/// </summary>
OverviewHtml,
/// <summary>
/// The id of the item's parent
/// </summary>