mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
@@ -48,7 +48,10 @@ namespace NzbDrone.Core.Update
|
||||
|
||||
var update = _httpClient.Get<UpdatePackageAvailable>(request.Build()).Resource;
|
||||
|
||||
if (!update.Available) return null;
|
||||
if (!update.Available)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return update.UpdatePackage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user