renamed EventAggregator to MessageAggregator

This commit is contained in:
Keivan Beigi
2013-04-23 18:56:00 -07:00
parent 3638d85314
commit 7ae9e79540
53 changed files with 161 additions and 125 deletions

View File

@@ -1,6 +1,6 @@
using System;
using NLog;
using NzbDrone.Common.Eventing;
using NzbDrone.Common.Messaging;
using NzbDrone.Core.Download;
using NzbDrone.Core.MediaFiles.Events;
using NzbDrone.Core.Tv;