mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 12:58:28 +01:00
rename target abi property
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user