mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
Removed maxAbi
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user