aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common')
-rw-r--r--MediaBrowser.Common/Plugins/PluginManifest.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Common/Plugins/PluginManifest.cs b/MediaBrowser.Common/Plugins/PluginManifest.cs
index 755ccafda1..9c45e5d950 100644
--- a/MediaBrowser.Common/Plugins/PluginManifest.cs
+++ b/MediaBrowser.Common/Plugins/PluginManifest.cs
@@ -52,11 +52,6 @@ namespace MediaBrowser.Common.Plugins
public string TargetAbi { get; set; } = string.Empty;
/// <summary>
- /// Gets or sets the upper compatibility version for the plugin.
- /// </summary>
- public string MaxAbi { get; set; } = string.Empty;
-
- /// <summary>
/// Gets or sets the timestamp of the plugin.
/// </summary>
public DateTime Timestamp { get; set; }