mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Episode is now marked as grabbed on download
This commit is contained in:
@@ -61,7 +61,6 @@ namespace NzbDrone.Core.Providers.Indexer
|
||||
/// <param name="episodeNumber">The episode number.</param>
|
||||
/// <returns></returns>
|
||||
protected abstract IList<String> GetSearchUrls(string seriesTitle, int seasonNumber, int episodeNumber);
|
||||
public abstract IList<String> GetSearchUrls(string seriesTitle, int seasonNumber, int episodeNumber);
|
||||
|
||||
/// <summary>
|
||||
/// This method can be overwritten to provide indexer specific info parsing
|
||||
|
||||
Reference in New Issue
Block a user