mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Disable search after new episodes being added due to existing files not being counted
This commit is contained in:
parent
96ef934aae
commit
b79ecf7774
@ -113,6 +113,9 @@ public void Execute(MissingEpisodeSearchCommand message)
|
|||||||
|
|
||||||
public void Handle(EpisodeInfoRefreshedEvent message)
|
public void Handle(EpisodeInfoRefreshedEvent message)
|
||||||
{
|
{
|
||||||
|
//TODO: This should be triggered off of a disk scan, that follows after the refresh so existing files on disk are counted
|
||||||
|
return;
|
||||||
|
|
||||||
if (!message.Series.Monitored)
|
if (!message.Series.Monitored)
|
||||||
{
|
{
|
||||||
_logger.Debug("Series is not monitored");
|
_logger.Debug("Series is not monitored");
|
||||||
|
Loading…
Reference in New Issue
Block a user