mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Using services to get updates now
This commit is contained in:
parent
ae590828da
commit
11c49c9260
14 changed files with 59 additions and 73 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue