specify plugin repo on install

This commit is contained in:
crobibero
2020-07-17 09:08:29 -06:00
parent 7e53bc5ec5
commit 2b5d515de7
3 changed files with 26 additions and 1 deletions

View File

@@ -52,6 +52,16 @@ namespace MediaBrowser.Model.Updates
/// <value>The versions.</value>
public IReadOnlyList<VersionInfo> versions { get; set; }
/// <summary>
/// Gets or sets the repository name.
/// </summary>
public string repositoryName { get; set; }
/// <summary>
/// Gets or sets the repository url.
/// </summary>
public string repositoryUrl { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="PackageInfo"/> class.
/// </summary>