mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Episode is now marked as grabbed on download
This commit is contained in:
parent
f2b091dcd2
commit
c37544d4ce
8 changed files with 43 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue