diff --git a/src/NzbDrone.Core/Jobs/TaskManager.cs b/src/NzbDrone.Core/Jobs/TaskManager.cs index 453d74aab5..43af20db5a 100644 --- a/src/NzbDrone.Core/Jobs/TaskManager.cs +++ b/src/NzbDrone.Core/Jobs/TaskManager.cs @@ -79,8 +79,8 @@ public void Handle(ApplicationStartedEvent message) new ScheduledTask { Interval = _configService.DownloadedEpisodesScanInterval, - // TypeName = typeof(DownloadedEpisodesScanCommand).FullName - TypeName = typeof(DownloadedMovieScanCommand).FullName + TypeName = typeof(DownloadedEpisodesScanCommand).FullName + //TypeName = typeof(DownloadedMovieScanCommand).FullName }, };