Fixed issue with plugins being deleted.

This commit is contained in:
Greenback
2020-11-19 14:40:06 +00:00
parent 1df58fbaa0
commit 31980e6f87
2 changed files with 3 additions and 7 deletions

View File

@@ -56,10 +56,5 @@ namespace Emby.Server.Implementations.Plugins
/// Gets or sets the Version number of the plugin.
/// </summary>
public string Version { get; set; }
/// <summary>
/// Gets or sets the Repository where the plugin originated.
/// </summary>
public string Repository { get; set; }
}
}