mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Implement Release Parsing, Decision Engine, and Downloading (#35)
* Implement Parsing, Decision Engine, and Downloading
This commit is contained in:
@@ -95,7 +95,7 @@ namespace NzbDrone.Core.Indexers.Omgwtfnzbs
|
||||
|
||||
pageableRequests.Add(GetPagedRequests(string.Format("{0}+{1}",
|
||||
searchCriteria.Artist.Name,
|
||||
searchCriteria.Album.Title)));
|
||||
searchCriteria.AlbumTitle)));
|
||||
|
||||
|
||||
return pageableRequests;
|
||||
|
||||
Reference in New Issue
Block a user