Minor fixes

This commit is contained in:
Bond_009
2021-06-06 18:11:51 +02:00
parent d461e3912a
commit c78457e6d3
14 changed files with 51 additions and 52 deletions

View File

@@ -394,7 +394,7 @@ namespace Emby.Server.Implementations.Plugins
Category = packageInfo.Category,
Changelog = versionInfo.Changelog ?? string.Empty,
Description = packageInfo.Description,
Id = new Guid(packageInfo.Id),
Id = packageInfo.Id,
Name = packageInfo.Name,
Overview = packageInfo.Overview,
Owner = packageInfo.Owner,