fix build issues

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/3164/head
dkanada 4 years ago committed by GitHub
parent 6a7cb21b7e
commit 7176a9a30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save