diff options
| author | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-18 21:05:27 +0000 |
|---|---|---|
| committer | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-18 21:05:27 +0000 |
| commit | 5c4fdaa2530cd1b0b9dc88352d92c546ce176430 (patch) | |
| tree | 92ff1b0895b059320b16ac444f62050c7baa01ff /MediaBrowser.Common/Plugins | |
| parent | 5d748c0e9f1ad87bece090934c5da6c4edacb8f7 (diff) | |
MaxAbi property removed.
Diffstat (limited to 'MediaBrowser.Common/Plugins')
| -rw-r--r-- | MediaBrowser.Common/Plugins/PluginManifest.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Common/Plugins/PluginManifest.cs b/MediaBrowser.Common/Plugins/PluginManifest.cs index 755ccafda..9c45e5d95 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; } |
