mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed searching for movie after it is added from a list.
This commit is contained in:
parent
c17deb7d92
commit
d1bbcdc039
@ -133,7 +133,7 @@ public void Execute(NetImportSyncCommand message)
|
||||
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…
Reference in New Issue
Block a user