mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
removed the IsCorePlugin property
This commit is contained in:
@@ -43,18 +43,6 @@ namespace MediaBrowser.Common.Plugins
|
||||
get { return string.Empty; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance is a core plugin.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance is a core plugin; otherwise, <c>false</c>.</value>
|
||||
public virtual bool IsCorePlugin
|
||||
{
|
||||
get
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance is first run.
|
||||
/// </summary>
|
||||
@@ -316,7 +304,6 @@ namespace MediaBrowser.Common.Plugins
|
||||
AssemblyFileName = AssemblyFileName,
|
||||
ConfigurationDateLastModified = ConfigurationDateLastModified,
|
||||
Description = Description,
|
||||
IsCorePlugin = IsCorePlugin,
|
||||
Id = Id,
|
||||
EnableAutoUpdate = Configuration.EnableAutoUpdate,
|
||||
UpdateClass = Configuration.UpdateClass,
|
||||
|
||||
Reference in New Issue
Block a user