diff options
| author | Greenback <jimcartlidge@yahoo.co.uk> | 2020-11-19 14:40:06 +0000 |
|---|---|---|
| committer | Greenback <jimcartlidge@yahoo.co.uk> | 2020-11-19 14:40:06 +0000 |
| commit | 31980e6f87543314d041d9ef4cc38356f752fb70 (patch) | |
| tree | a6a277774e6ead4b5c5fddbfd3aa0ef5c2fecc59 /Emby.Server.Implementations/Plugins | |
| parent | 1df58fbaa0b002a75c3b0d9f21b51461a2d9cd69 (diff) | |
Fixed issue with plugins being deleted.
Diffstat (limited to 'Emby.Server.Implementations/Plugins')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PluginManifest.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManifest.cs b/Emby.Server.Implementations/Plugins/PluginManifest.cs index 63cad8271..33762791b 100644 --- a/Emby.Server.Implementations/Plugins/PluginManifest.cs +++ b/Emby.Server.Implementations/Plugins/PluginManifest.cs @@ -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; } } } |
