add optional package filter and remove IUIPlugin interface

This commit is contained in:
Luke Pulverenti
2013-04-03 14:43:49 -04:00
parent 121a27854c
commit 5fb369f3e6
5 changed files with 14 additions and 36 deletions

View File

@@ -17,13 +17,6 @@ namespace MediaBrowser.Model.Plugins
[ProtoMember(1)]
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>