fix build issues
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
6a7cb21b7e
commit
7176a9a30a
|
@ -208,14 +208,15 @@ namespace Emby.Server.Implementations.Updates
|
|||
}
|
||||
|
||||
foreach (var v in availableVersions.OrderByDescending(x => x.version))
|
||||
)
|
||||
{
|
||||
yield return new InstallationInfo
|
||||
{
|
||||
Changelog = v.changelog,
|
||||
Guid = new Guid(package.guid),
|
||||
Name = package.name,
|
||||
Version = new Version(v.version)
|
||||
Version = new Version(v.version),
|
||||
SourceUrl = v.sourceUrl,
|
||||
Checksum = v.checksum
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user