event aggregator is singleton to prevent it from being disposed.

This commit is contained in:
kay.one 2013-03-30 15:43:19 -07:00
commit af3282630f
6 changed files with 26 additions and 6 deletions

View file

@ -80,7 +80,9 @@ namespace NzbDrone.Core.Tv
try
{
if (series.TvRageId == 0)
{
series = _tvRageMappingProvider.FindMatchingTvRageSeries(series);
}
}
catch (Exception ex)