mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
fixed some broken tests.
This commit is contained in:
parent
acaa05c9c0
commit
324b5e3b80
19 changed files with 95 additions and 135 deletions
|
@ -9,11 +9,11 @@ namespace NzbDrone.Core.Lifecycle
|
|||
{
|
||||
public class AppRestartJob : IJob
|
||||
{
|
||||
private readonly HostController _hostController;
|
||||
private readonly IHostController _hostController;
|
||||
|
||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
public AppRestartJob(HostController hostController)
|
||||
public AppRestartJob(IHostController hostController)
|
||||
{
|
||||
_hostController = hostController;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue