mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
remove unnecessary property for repository object
This commit is contained in:
@@ -19,12 +19,6 @@ namespace MediaBrowser.Model.Updates
|
||||
/// <value>The URL.</value>
|
||||
public string Url { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the ID.
|
||||
/// </summary>
|
||||
/// <value>The ID.</value>
|
||||
public Guid Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the enabled status of the repository.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user