diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-09 15:43:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-09 15:43:06 -0400 |
| commit | 8619b5ab380666bcdd5d648820dde48b65128af9 (patch) | |
| tree | 16405df5dfedced5506453efa21d077142f941c2 /MediaBrowser.Model/Plugins/PluginInfo.cs | |
| parent | 388e87a349939b525e32473a04a4b9506602d304 (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Model/Plugins/PluginInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/Plugins/PluginInfo.cs | 20 |
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; } } } |
