mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 14:26:40 +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>
|
||||
|
||||
Reference in New Issue
Block a user