mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
fixed some tests, spelling issues.
This commit is contained in:
parent
339dd5a1dd
commit
420756bb47
14 changed files with 79 additions and 120 deletions
|
@ -48,7 +48,7 @@ namespace NzbDrone.Core.Lifecycle
|
|||
{
|
||||
notification.CurrentMessage = "Checking for updates";
|
||||
|
||||
var updatePackage = _updateProvider.GetAvilableUpdate(_environmentProvider.Version);
|
||||
var updatePackage = _updateProvider.GetAvailableUpdate(_environmentProvider.Version);
|
||||
|
||||
//No updates available
|
||||
if (updatePackage == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue