mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 19:14:56 +01:00
removed the IsCorePlugin property
This commit is contained in:
@@ -59,13 +59,6 @@ namespace MediaBrowser.Model.Plugins
|
||||
[ProtoMember(7)]
|
||||
public string Description { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is core plugin.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance is core plugin; otherwise, <c>false</c>.</value>
|
||||
[ProtoMember(8)]
|
||||
public bool IsCorePlugin { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the unique id.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user