mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
RssItemProcessingProvider will now handle full series NZBs.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace NzbDrone.Core.Providers
|
||||
{
|
||||
//This interface will contain methods to process individual RSS Feed Items (Queue if wanted)
|
||||
|
||||
bool DownloadIfWanted(NzbInfoModel nzb, Indexer indexer);
|
||||
void DownloadIfWanted(NzbInfoModel nzb, Indexer indexer);
|
||||
string GetTitleFix(List<EpisodeParseResult> episodes, int seriesId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user