Initialial upload

This commit is contained in:
Greenback
2020-11-19 13:34:09 +00:00
parent 742966573d
commit 18855a7884
8 changed files with 134 additions and 32 deletions

View File

@@ -56,5 +56,10 @@ 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; }
}
}