mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 23:42:33 +01:00
CustomParser will run now.
This commit is contained in:
parent
64bbf8a9b5
commit
f3457a730c
@ -59,6 +59,8 @@ namespace NzbDrone.Core.Providers.Indexer
|
||||
var episodeParseResult = Parser.ParseEpisodeInfo(item.Title.Text);
|
||||
if (episodeParseResult == null) return null;
|
||||
|
||||
episodeParseResult = CustomParser(item, episodeParseResult);
|
||||
|
||||
var seriesInfo = _seriesProvider.FindSeries(episodeParseResult.SeriesTitle);
|
||||
|
||||
if (seriesInfo != null)
|
||||
|
Loading…
Reference in New Issue
Block a user