Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.

This commit is contained in:
kay.one 2011-04-20 00:44:13 -07:00
commit 9028e498ca
27 changed files with 677 additions and 444 deletions

View file

@ -51,7 +51,7 @@ namespace NzbDrone
}
catch (Exception e)
{
Logger.Error("An error has occured while trying to update the config file.", e);
Logger.ErrorException("An error has occurred while trying to update the config file.", e);
}