mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Search improvements
New: Series/Season search will not grab unmonitored episodes Fixed: Missing episode search won't grab missing unmonitored episodes by mistake
This commit is contained in:
@@ -35,7 +35,7 @@ namespace NzbDrone.Core.IndexerSearch
|
||||
{
|
||||
if (!season.Monitored)
|
||||
{
|
||||
_logger.Debug("Season {0} of {1} is not monitored, skipping seaarch", season.SeasonNumber, series.Title);
|
||||
_logger.Debug("Season {0} of {1} is not monitored, skipping search", season.SeasonNumber, series.Title);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user