Fixed: Ignore movie add errors during collection sync

Fixes #7982
pull/8012/head
Qstick 2 years ago
parent 5948f56482
commit 5dac6badf2

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

Loading…
Cancel
Save