diff options
Diffstat (limited to 'MediaBrowser.Model/Updates')
| -rw-r--r-- | MediaBrowser.Model/Updates/VersionInfo.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/Updates/VersionInfo.cs b/MediaBrowser.Model/Updates/VersionInfo.cs index 503dba0a14..209092265e 100644 --- a/MediaBrowser.Model/Updates/VersionInfo.cs +++ b/MediaBrowser.Model/Updates/VersionInfo.cs @@ -44,13 +44,6 @@ namespace MediaBrowser.Model.Updates 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> /// <value>The source URL.</value> |
