mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Episode Title added to parseResult.
This commit is contained in:
parent
cb992f1b52
commit
a5d9ee17bf
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ namespace NzbDrone.Core.Providers.Indexer
|
|||
return;
|
||||
}
|
||||
|
||||
parseResult.EpisodeTitle = episodes[0].Title;
|
||||
var sabTitle = _sabProvider.GetSabTitle(parseResult);
|
||||
|
||||
if (_sabProvider.IsInQueue(sabTitle))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue