mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 23:33:58 +00:00
Use proper daily series URL for newznab
Fixed: Daily Series searches against Newznab indexers will be formatted properly
This commit is contained in:
@@ -46,7 +46,7 @@ namespace NzbDrone.Core.Providers.Indexer
|
||||
|
||||
foreach (var url in Urls)
|
||||
{
|
||||
searchUrls.Add(String.Format("{0}&limit=100&q={1}+{2:yyyy MM dd}", url, seriesTitle, date));
|
||||
searchUrls.Add(String.Format("{0}&limit=100&q={1}&season={2:yyyy}&ep={2:MM/dd}", url, seriesTitle, date));
|
||||
}
|
||||
|
||||
return searchUrls;
|
||||
|
||||
Reference in New Issue
Block a user