mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
removed Publishers
This commit is contained in:
@@ -432,13 +432,6 @@ namespace MediaBrowser.Model.Dto
|
||||
/// <value>The overview HTML.</value>
|
||||
[ProtoMember(70)]
|
||||
public string OverviewHtml { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the publishers.
|
||||
/// </summary>
|
||||
/// <value>The publishers.</value>
|
||||
[ProtoMember(71)]
|
||||
public List<string> Publishers { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance can resume.
|
||||
|
||||
@@ -80,11 +80,6 @@ namespace MediaBrowser.Model.Querying
|
||||
/// The aspect ratio of the primary image
|
||||
/// </summary>
|
||||
PrimaryImageAspectRatio,
|
||||
|
||||
/// <summary>
|
||||
/// The publishers
|
||||
/// </summary>
|
||||
Publishers,
|
||||
|
||||
/// <summary>
|
||||
/// AirDays, status, SeriesName, etc
|
||||
|
||||
Reference in New Issue
Block a user