mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Revert "Small changes to list sync (#1179)"
This reverts commit f10af08f95
.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace NzbDrone.Core.NetImport
|
|||||||
|
|
||||||
if (onlyEnableAuto)
|
if (onlyEnableAuto)
|
||||||
{
|
{
|
||||||
lists = lists.Where(a => ((NetImportDefinition)a.Definition).EnableAuto);
|
lists = importLists.Where(a => ((NetImportDefinition)a.Definition).EnableAuto);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (var list in lists)
|
foreach (var list in lists)
|
||||||
@@ -121,7 +121,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
|
||||||
|
Reference in New Issue
Block a user