mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Revert DownloadedMovieScanCommand to DownloadedEpisodesScanCommand
Not sure if it will break anything so putting it back.
This commit is contained in:
parent
6a41f6a435
commit
ecea417fd8
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ namespace NzbDrone.Core.Jobs
|
||||||
new ScheduledTask
|
new ScheduledTask
|
||||||
{
|
{
|
||||||
Interval = _configService.DownloadedEpisodesScanInterval,
|
Interval = _configService.DownloadedEpisodesScanInterval,
|
||||||
// TypeName = typeof(DownloadedEpisodesScanCommand).FullName
|
TypeName = typeof(DownloadedEpisodesScanCommand).FullName
|
||||||
TypeName = typeof(DownloadedMovieScanCommand).FullName
|
//TypeName = typeof(DownloadedMovieScanCommand).FullName
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue