Fixed: Ignore movie add errors during collection sync

Fixes #7982
sonarr-pull-1b599c7e
Qstick 1 year ago
parent 5948f56482
commit 5dac6badf2

@ -140,7 +140,7 @@ namespace NzbDrone.Core.Movies
AddMethod = AddMovieMethod.Collection
},
Monitored = true
}).ToList());
}).ToList(), true);
}
}
}

Loading…
Cancel
Save