Instant progress notifications. Now use comet instead of pooling.

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

View File

@@ -20,7 +20,7 @@ namespace NzbDrone.Core.Providers
get { return new List<BasicNotification>(_basicNotifications.Values); }
}
public virtual List<ProgressNotification> GetProgressNotifications
public virtual List<ProgressNotification> ProgressNotifications
{
get
{