Merge pull request #3577 from crobibero/package-install-repo

Specify plugin repo on plugin installation
This commit is contained in:
Bond-009
2020-09-29 18:24:11 +02:00
committed by GitHub
3 changed files with 25 additions and 2 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>