mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 19:14:56 +01:00
#22 - Need to strip html tags from overviews
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user