|
@@ -43,18 +43,6 @@ namespace MediaBrowser.Common.Plugins
|
|
get { return string.Empty; }
|
|
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>
|
|
/// <summary>
|
|
/// Gets a value indicating whether this instance is first run.
|
|
/// Gets a value indicating whether this instance is first run.
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -316,7 +304,6 @@ namespace MediaBrowser.Common.Plugins
|
|
AssemblyFileName = AssemblyFileName,
|
|
AssemblyFileName = AssemblyFileName,
|
|
ConfigurationDateLastModified = ConfigurationDateLastModified,
|
|
ConfigurationDateLastModified = ConfigurationDateLastModified,
|
|
Description = Description,
|
|
Description = Description,
|
|
- IsCorePlugin = IsCorePlugin,
|
|
|
|
Id = Id,
|
|
Id = Id,
|
|
EnableAutoUpdate = Configuration.EnableAutoUpdate,
|
|
EnableAutoUpdate = Configuration.EnableAutoUpdate,
|
|
UpdateClass = Configuration.UpdateClass,
|
|
UpdateClass = Configuration.UpdateClass,
|