diff --git a/src/NzbDrone.Core/Jobs/TaskManager.cs b/src/NzbDrone.Core/Jobs/TaskManager.cs index 453d74aab..43af20db5 100644 --- a/src/NzbDrone.Core/Jobs/TaskManager.cs +++ b/src/NzbDrone.Core/Jobs/TaskManager.cs @@ -79,8 +79,8 @@ namespace NzbDrone.Core.Jobs new ScheduledTask { Interval = _configService.DownloadedEpisodesScanInterval, - // TypeName = typeof(DownloadedEpisodesScanCommand).FullName - TypeName = typeof(DownloadedMovieScanCommand).FullName + TypeName = typeof(DownloadedEpisodesScanCommand).FullName + //TypeName = typeof(DownloadedMovieScanCommand).FullName }, };