mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Fixed searching for movie after it is added from a list.
This commit is contained in:
parent
c17deb7d92
commit
d1bbcdc039
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ namespace NzbDrone.Core.NetImport
|
||||||
if (mapped != null && !importExclusions.Any(x => x == mapped.TmdbId.ToString()))
|
if (mapped != null && !importExclusions.Any(x => x == mapped.TmdbId.ToString()))
|
||||||
{
|
{
|
||||||
//List<DownloadDecision> decisions;
|
//List<DownloadDecision> decisions;
|
||||||
//mapped.AddOptions = new AddMovieOptions {SearchForMovie = true};
|
mapped.AddOptions = new AddMovieOptions {SearchForMovie = true};
|
||||||
_movieService.AddMovie(mapped);
|
_movieService.AddMovie(mapped);
|
||||||
|
|
||||||
//// Search for movie
|
//// Search for movie
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue