simplify the custom repository feature for now

This commit is contained in:
dkanada
2020-06-06 22:02:30 +09:00
parent d6184dbadd
commit 8ac2f1bb8b
3 changed files with 1 additions and 13 deletions

View File

@@ -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; }
}
}