mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 00:08:29 +01:00
add optional package filter and remove IUIPlugin interface
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user