mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -52,9 +52,9 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests
|
||||
|
||||
remoteAlbum.ParsedAlbumInfo = new ParsedAlbumInfo();
|
||||
|
||||
remoteAlbum.Albums = new List<Album>();
|
||||
remoteAlbum.Albums = new List<Book>();
|
||||
|
||||
remoteAlbum.Artist = new Artist();
|
||||
remoteAlbum.Artist = new Author();
|
||||
|
||||
return remoteAlbum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user