mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Using services to get updates now
This commit is contained in:
@@ -26,7 +26,7 @@ namespace NzbDrone.Core.Update
|
||||
{
|
||||
var latestAvailable = _updatePackageProvider.GetLatestUpdate();
|
||||
|
||||
if (latestAvailable == null || latestAvailable.Version <= BuildInfo.Version)
|
||||
if (latestAvailable == null)
|
||||
{
|
||||
_logger.Debug("No update available.");
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user