mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 15:23:23 +01:00
Implemented UI plugin downloading
This commit is contained in:
parent
4500f1d11b
commit
26aef6b082
@@ -21,7 +21,8 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
Name = p.Name,
|
||||
Enabled = p.Enabled,
|
||||
DownloadToUI = p.DownloadToUI,
|
||||
Version = p.Version.ToString()
|
||||
Version = p.Version.ToString(),
|
||||
AssemblyFileName = p.AssemblyFileName
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user