Revert DownloadedMovieScanCommand to DownloadedEpisodesScanCommand

Not sure if it will break anything so putting it back.
This commit is contained in:
Devin Buhl 2017-01-18 14:07:51 -05:00 committed by GitHub
parent 6a41f6a435
commit ecea417fd8
1 changed files with 2 additions and 2 deletions

View File

@ -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
},
};