Removed maxAbi

This commit is contained in:
Greenback
2020-12-18 09:44:57 +00:00
parent 5a3efc5266
commit 486148dd6b
6 changed files with 224 additions and 241 deletions

View File

@@ -43,13 +43,6 @@ namespace MediaBrowser.Model.Updates
[JsonPropertyName("targetAbi")]
public string? TargetAbi { get; set; }
/// <summary>
/// Gets or sets the maximum ABI that this version will work with.
/// </summary>
/// <value>The target ABI version.</value>
[JsonPropertyName("maxAbi")]
public string? MaxAbi { get; set; }
/// <summary>
/// Gets or sets the source URL.
/// </summary>