|
|
@ -19,12 +19,6 @@ namespace MediaBrowser.Model.Updates
|
|
|
|
/// <value>The URL.</value>
|
|
|
|
/// <value>The URL.</value>
|
|
|
|
public string Url { get; set; }
|
|
|
|
public string Url { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Gets or sets the ID.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <value>The ID.</value>
|
|
|
|
|
|
|
|
public Guid Id { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the enabled status of the repository.
|
|
|
|
/// Gets or sets the enabled status of the repository.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|