diff --git a/src/NzbDrone.Core/NetImport/NetImportSearchService.cs b/src/NzbDrone.Core/NetImport/NetImportSearchService.cs index b5c06a3b94..0fea4812db 100644 --- a/src/NzbDrone.Core/NetImport/NetImportSearchService.cs +++ b/src/NzbDrone.Core/NetImport/NetImportSearchService.cs @@ -133,7 +133,7 @@ public void Execute(NetImportSyncCommand message) if (mapped != null && !importExclusions.Any(x => x == mapped.TmdbId.ToString())) { //List decisions; - //mapped.AddOptions = new AddMovieOptions {SearchForMovie = true}; + mapped.AddOptions = new AddMovieOptions {SearchForMovie = true}; _movieService.AddMovie(mapped); //// Search for movie