mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
Fixed: ArtistRepositoryFixture Test
This commit is contained in:
@@ -39,7 +39,8 @@ namespace NzbDrone.Core.Test.MusicTests.ArtistRepositoryTests
|
||||
{
|
||||
Name = "TestProfile",
|
||||
PrimaryAlbumTypes = new List<ProfilePrimaryAlbumTypeItem>(),
|
||||
SecondaryAlbumTypes = new List<ProfileSecondaryAlbumTypeItem>()
|
||||
SecondaryAlbumTypes = new List<ProfileSecondaryAlbumTypeItem>(),
|
||||
ReleaseStatuses = new List<ProfileReleaseStatusItem>()
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user