moved Plugins to separate repo

This commit is contained in:
LukePulverenti
2013-02-22 01:28:57 -05:00
parent 868a7ce9c8
commit 746c5d2fa7
54 changed files with 104 additions and 4693 deletions

View File

@@ -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

View File

@@ -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