mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Replaced save notifications for settings on page with AJAX Notifications.
This commit is contained in:
parent
3cc052e9b6
commit
d65d79a5c9
10 changed files with 81 additions and 10 deletions
|
@ -155,7 +155,7 @@ namespace NzbDrone.Core.Providers.Jobs
|
|||
var timerClass = _jobs.Where(t => t.GetType() == jobType).FirstOrDefault();
|
||||
if (timerClass == null)
|
||||
{
|
||||
Logger.Error("Unable to locate implantation for '{0}'. Make sure its properly registered.", jobType.ToString());
|
||||
Logger.Error("Unable to locate implementation for '{0}'. Make sure its properly registered.", jobType.ToString());
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue