Fixed searching for movie after it is added from a list.

pull/3112/head
Leonardo Galli 7 years ago
parent c17deb7d92
commit d1bbcdc039

@ -133,7 +133,7 @@ namespace NzbDrone.Core.NetImport
if (mapped != null && !importExclusions.Any(x => x == mapped.TmdbId.ToString()))
{
//List<DownloadDecision> decisions;
//mapped.AddOptions = new AddMovieOptions {SearchForMovie = true};
mapped.AddOptions = new AddMovieOptions {SearchForMovie = true};
_movieService.AddMovie(mapped);
//// Search for movie

Loading…
Cancel
Save