mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Implement Release Parsing, Decision Engine, and Downloading (#35)
* Implement Parsing, Decision Engine, and Downloading
This commit is contained in:
@@ -36,7 +36,7 @@ namespace NzbDrone.Core.Test.IndexerTests.NewznabTests
|
||||
_singleAlbumSearchCriteria = new AlbumSearchCriteria
|
||||
{
|
||||
Artist = new Music.Artist { Name = "Alien Ant Farm" },
|
||||
Album = new Music.Album { Title = "TruANT" }
|
||||
Albums = new List<Music.Album> { new Music.Album { Title = "TruANT" } }
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user