Instant progress notifications. Now use comet instead of pooling.

This commit is contained in:
kay.one 2011-07-02 01:56:58 -07:00
commit a1caa789fe
5 changed files with 57 additions and 39 deletions

View file

@ -51,6 +51,8 @@ namespace NzbDrone.Core.Providers.Jobs
Logger.Error("Unable to find an episode {0} in database", targetId);
return;
}
notification.CurrentMessage = "Searching for " + episode;
var series = episode.Series;