mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Fix up to date display
This commit is contained in:
@@ -165,7 +165,7 @@ namespace MediaBrowser.ServerApplication
|
||||
var version = Kernel.InstallationManager.GetLatestCompatibleVersion(availablePackages, "MBServer", Kernel.Configuration.SystemUpdateLevel);
|
||||
|
||||
return version != null ? new CheckForUpdateResult {AvailableVersion = version.version, IsUpdateAvailable = version.version > ApplicationVersion, Package = version} :
|
||||
new CheckForUpdateResult();
|
||||
new CheckForUpdateResult {AvailableVersion = ApplicationVersion, IsUpdateAvailable = false};
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user