mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-03 04:42:52 +01:00
moved Plugins to separate repo
This commit is contained in:
@@ -90,7 +90,7 @@ namespace MediaBrowser.Common.Plugins
|
||||
/// Gets the unique id.
|
||||
/// </summary>
|
||||
/// <value>The unique id.</value>
|
||||
public Guid UniqueId
|
||||
public Guid Id
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -419,7 +419,7 @@ namespace MediaBrowser.Common.Plugins
|
||||
ConfigurationDateLastModified = ConfigurationDateLastModified,
|
||||
Description = Description,
|
||||
IsCorePlugin = IsCorePlugin,
|
||||
UniqueId = UniqueId,
|
||||
Id = Id,
|
||||
EnableAutoUpdate = Configuration.EnableAutoUpdate,
|
||||
UpdateClass = Configuration.UpdateClass,
|
||||
ConfigurationFileName = ConfigurationFileName
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace MediaBrowser.Common.Plugins
|
||||
/// Gets the unique id.
|
||||
/// </summary>
|
||||
/// <value>The unique id.</value>
|
||||
Guid UniqueId { get; }
|
||||
Guid Id { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the plugin version
|
||||
|
||||
Reference in New Issue
Block a user