mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-22 11:15:03 -04:00
Log number of episodes, not type
This commit is contained in:
1 parent
608cb296e6
commit
809c8a7f37
1 file changed
+1
-1
+1
-1
@@ -39,7 +39,7 @@ public virtual Decision IsSatisfiedBy(RemoteEpisode subject, SearchCriteriaBase
|
||||
return Decision.Accept();
|
||||
}
|
||||
|
||||
_logger.Debug("Only {0}/{1} episodes are monitored. skipping.", monitoredCount, subject.Episodes);
|
||||
_logger.Debug("Only {0}/{1} episodes are monitored. skipping.", monitoredCount, subject.Episodes.Count);
|
||||
return Decision.Reject("Episode is not monitored");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user