mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
CustomParser will run now.
This commit is contained in:
parent
64bbf8a9b5
commit
f3457a730c
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue