mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 07:23:05 +03:00
Tweaked plugin downloading a bit
This commit is contained in:
parent
7f8a477278
commit
fc735e9187
@@ -22,7 +22,8 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
Enabled = p.Enabled,
|
||||
DownloadToUI = p.DownloadToUI,
|
||||
Version = p.Version.ToString(),
|
||||
AssemblyFileName = p.AssemblyFileName
|
||||
AssemblyFileName = p.AssemblyFileName,
|
||||
ConfigurationDateLastModified = p.ConfigurationDateLastModified
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user