|
|
@ -233,6 +233,7 @@ namespace NzbDrone.Core.ImportLists
|
|
|
|
var toAddArtist = new Artist
|
|
|
|
var toAddArtist = new Artist
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Monitored = monitored,
|
|
|
|
Monitored = monitored,
|
|
|
|
|
|
|
|
MonitorNewItems = importList.MonitorNewItems,
|
|
|
|
RootFolderPath = importList.RootFolderPath,
|
|
|
|
RootFolderPath = importList.RootFolderPath,
|
|
|
|
QualityProfileId = importList.ProfileId,
|
|
|
|
QualityProfileId = importList.ProfileId,
|
|
|
|
MetadataProfileId = importList.MetadataProfileId,
|
|
|
|
MetadataProfileId = importList.MetadataProfileId,
|
|
|
|