diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-01 16:22:34 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-01 16:22:34 -0500 |
| commit | fe3323a492a35cae736350e896afd077e13e111d (patch) | |
| tree | 2ba2cec092040571b4e1d7fa7f31bd034ac2360e /MediaBrowser.Common/Plugins/IPlugin.cs | |
| parent | 4c50301e7c774cb273cb93929ca8001c8f850b6b (diff) | |
fixes around http response caching, updated the mb icon in the dashboard, and isolated web socket events
Diffstat (limited to 'MediaBrowser.Common/Plugins/IPlugin.cs')
| -rw-r--r-- | MediaBrowser.Common/Plugins/IPlugin.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/Plugins/IPlugin.cs b/MediaBrowser.Common/Plugins/IPlugin.cs index 1b25cdcb1..7d5fddb9a 100644 --- a/MediaBrowser.Common/Plugins/IPlugin.cs +++ b/MediaBrowser.Common/Plugins/IPlugin.cs @@ -93,12 +93,6 @@ namespace MediaBrowser.Common.Plugins string DataFolderPath { get; } /// <summary> - /// Returns true or false indicating if the plugin should be downloaded and run within the Ui. - /// </summary> - /// <value><c>true</c> if [download to UI]; otherwise, <c>false</c>.</value> - bool DownloadToUi { get; } - - /// <summary> /// Gets the logger. /// </summary> /// <value>The logger.</value> |
