rename target abi property

This commit is contained in:
dkanada
2020-04-11 19:54:33 +09:00
parent 78abbcc251
commit abb7ed9c35
2 changed files with 4 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ namespace Emby.Server.Implementations.Updates
{
var appVer = _applicationHost.ApplicationVersion;
availableVersions = availableVersions
.Where(x => Version.Parse(x.minimumServerVersion) <= appVer);
.Where(x => Version.Parse(x.targetAbi) <= appVer);
if (minVersion != null)
{