mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
event aggregator is singleton to prevent it from being disposed.
This commit is contained in:
parent
f2886d89de
commit
af3282630f
6 changed files with 26 additions and 6 deletions
|
@ -80,7 +80,9 @@ namespace NzbDrone.Core.Tv
|
|||
try
|
||||
{
|
||||
if (series.TvRageId == 0)
|
||||
{
|
||||
series = _tvRageMappingProvider.FindMatchingTvRageSeries(series);
|
||||
}
|
||||
}
|
||||
|
||||
catch (Exception ex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue