aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Plugins/PluginInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-09 15:43:06 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-09 15:43:06 -0400
commit8619b5ab380666bcdd5d648820dde48b65128af9 (patch)
tree16405df5dfedced5506453efa21d077142f941c2 /MediaBrowser.Model/Plugins/PluginInfo.cs
parent388e87a349939b525e32473a04a4b9506602d304 (diff)
update translations
Diffstat (limited to 'MediaBrowser.Model/Plugins/PluginInfo.cs')
-rw-r--r--MediaBrowser.Model/Plugins/PluginInfo.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/MediaBrowser.Model/Plugins/PluginInfo.cs b/MediaBrowser.Model/Plugins/PluginInfo.cs
index fbc2e2927a..e84c06c218 100644
--- a/MediaBrowser.Model/Plugins/PluginInfo.cs
+++ b/MediaBrowser.Model/Plugins/PluginInfo.cs
@@ -49,25 +49,5 @@ namespace MediaBrowser.Model.Plugins
/// </summary>
/// <value>The unique id.</value>
public string Id { get; set; }
-
- /// <summary>
- /// Whether or not this plug-in should be automatically updated when a
- /// compatible new version is released
- /// </summary>
- /// <value><c>true</c> if [enable auto update]; otherwise, <c>false</c>.</value>
- public bool EnableAutoUpdate { get; set; }
-
- /// <summary>
- /// The classification of updates to which to subscribe.
- /// Options are: Dev, Beta or Release
- /// </summary>
- /// <value>The update class.</value>
- public PackageVersionClass UpdateClass { get; set; }
-
- /// <summary>
- /// Gets or sets the minimum required UI version.
- /// </summary>
- /// <value>The minimum required UI version.</value>
- public string MinimumRequiredUIVersion { get; set; }
}
}