mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
splited jobprovider into jobrepo, jobcontroller, moved to object db.
This commit is contained in:
parent
97398f604b
commit
40f3a8663d
38 changed files with 635 additions and 634 deletions
|
@ -8,7 +8,7 @@ namespace NzbDrone.Core
|
|||
{
|
||||
public class WebTimer
|
||||
{
|
||||
private readonly JobProvider _jobProvider;
|
||||
private readonly JobController _jobProvider;
|
||||
|
||||
private static CacheItemRemovedCallback _onCacheRemove;
|
||||
private static bool _stop;
|
||||
|
@ -17,7 +17,7 @@ namespace NzbDrone.Core
|
|||
|
||||
|
||||
|
||||
public WebTimer(JobProvider jobProvider)
|
||||
public WebTimer(JobController jobProvider)
|
||||
{
|
||||
_jobProvider = jobProvider;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue