Added IHandleAsync, these handlers will be run async and in parallel to each other.

This commit is contained in:
kay.one 2013-03-04 22:25:05 -08:00
commit d1ba892e45
4 changed files with 40 additions and 6 deletions

View file

@ -63,7 +63,7 @@ namespace NzbDrone.Core.Jobs.Implementations
return;
}
notification.CurrentMessage = String.Format("Epsiode metadata refresh completed for {0}", series.Title);
notification.CurrentMessage = String.Format("Episode metadata refresh completed for {0}", series.Title);
}
}
}