mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
CustomParser will run now.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user