From 8619b5ab380666bcdd5d648820dde48b65128af9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 9 May 2014 15:43:06 -0400 Subject: update translations --- .../Plugins/BasePluginConfiguration.cs | 24 +--------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'MediaBrowser.Model/Plugins/BasePluginConfiguration.cs') diff --git a/MediaBrowser.Model/Plugins/BasePluginConfiguration.cs b/MediaBrowser.Model/Plugins/BasePluginConfiguration.cs index 4c7b8812f..9a8bfadd1 100644 --- a/MediaBrowser.Model/Plugins/BasePluginConfiguration.cs +++ b/MediaBrowser.Model/Plugins/BasePluginConfiguration.cs @@ -1,5 +1,4 @@ -using MediaBrowser.Model.Updates; - + namespace MediaBrowser.Model.Plugins { /// @@ -7,26 +6,5 @@ namespace MediaBrowser.Model.Plugins /// public class BasePluginConfiguration { - /// - /// Whether or not this plug-in should be automatically updated when a - /// compatible new version is released - /// - /// true if [enable auto update]; otherwise, false. - public bool EnableAutoUpdate { get; set; } - - /// - /// The classification of updates to which to subscribe. - /// Options are: Dev, Beta or Release - /// - /// The update class. - public PackageVersionClass UpdateClass { get; set; } - - /// - /// Initializes a new instance of the class. - /// - public BasePluginConfiguration() - { - EnableAutoUpdate = true; - } } } -- cgit v1.2.3