diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-03 14:43:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-03 14:43:49 -0400 |
| commit | 5fb369f3e6ba1989cc365058f098d77ddf1ab20d (patch) | |
| tree | 92951629848081d8a7196236d083957b8be61e05 /MediaBrowser.Model/Plugins | |
| parent | 121a27854c050a007841d911c6585ec1000e9231 (diff) | |
add optional package filter and remove IUIPlugin interface
Diffstat (limited to 'MediaBrowser.Model/Plugins')
| -rw-r--r-- | MediaBrowser.Model/Plugins/PluginInfo.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/Plugins/PluginInfo.cs b/MediaBrowser.Model/Plugins/PluginInfo.cs index 4aa5f5a5c..2df635db0 100644 --- a/MediaBrowser.Model/Plugins/PluginInfo.cs +++ b/MediaBrowser.Model/Plugins/PluginInfo.cs @@ -18,13 +18,6 @@ namespace MediaBrowser.Model.Plugins public string Name { get; set; } /// <summary> - /// Gets or sets a value indicating whether [download to UI]. - /// </summary> - /// <value><c>true</c> if [download to UI]; otherwise, <c>false</c>.</value> - [ProtoMember(2)] - public bool DownloadToUI { get; set; } - - /// <summary> /// Gets or sets the configuration date last modified. /// </summary> /// <value>The configuration date last modified.</value> |
