mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 01:57:21 +00:00
Nzbs.org will search for individual episodes with less strict terms.
This commit is contained in:
parent
a93846d2d8
commit
e7b8ae4520
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ protected override IList<string> GetEpisodeSearchUrls(string seriesTitle, int se
|
|||
|
||||
foreach (var url in Urls)
|
||||
{
|
||||
searchUrls.Add(String.Format("{0}&action=search&q={1}+s{2:00}e{3:00}", url, seriesTitle, seasonNumber, episodeNumber));
|
||||
searchUrls.Add(String.Format("{0}&action=search&q={1}+{2}+{3:00}", url, seriesTitle, seasonNumber, episodeNumber));
|
||||
}
|
||||
|
||||
return searchUrls;
|
||||
|
|
Loading…
Reference in a new issue