aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Updates
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 09:44:57 +0000
committerGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 09:44:57 +0000
commit486148dd6b18ec336ca076b8ec0a23d257789683 (patch)
tree0125da066dc53169f3d2413ae82d7b422a50eeff /MediaBrowser.Model/Updates
parent5a3efc526631b7f774b17ea5a8a54130696b6e25 (diff)
Removed maxAbi
Diffstat (limited to 'MediaBrowser.Model/Updates')
-rw-r--r--MediaBrowser.Model/Updates/VersionInfo.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/Updates/VersionInfo.cs b/MediaBrowser.Model/Updates/VersionInfo.cs
index 503dba0a1..209092265 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>