1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

Fixed: Ignore movie add errors during collection sync

Fixes #7982
This commit is contained in:
Qstick
2023-01-11 23:34:21 -06:00
parent 5948f56482
commit 5dac6badf2

View File

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