mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
simplify the custom repository feature for now
This commit is contained in:
@@ -18,11 +18,5 @@ namespace MediaBrowser.Model.Updates
|
||||
/// </summary>
|
||||
/// <value>The URL.</value>
|
||||
public string Url { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the enabled status of the repository.
|
||||
/// </summary>
|
||||
/// <value>The enabled status.</value>
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user