mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
Fixed: Do not search movie if unmonitored (#3131)
This commit is contained in:

committed by
Leonardo Galli

parent
07cb844ce6
commit
173b6847e5
@@ -46,6 +46,7 @@ namespace NzbDrone.Core.IndexerSearch
|
||||
if (!movies.Monitored)
|
||||
{
|
||||
_logger.Debug("Movie {0} is not monitored, skipping search", movies.Title);
|
||||
continue;
|
||||
}
|
||||
|
||||
var decisions = _nzbSearchService.MovieSearch(movieId, false);//_nzbSearchService.SeasonSearch(message.MovieId, season.SeasonNumber, false, message.Trigger == CommandTrigger.Manual);
|
||||
|
Reference in New Issue
Block a user