mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
fixed more tests.
This commit is contained in:
parent
48880e4964
commit
048162a0ef
45 changed files with 424 additions and 677 deletions
|
@ -11,9 +11,9 @@ namespace NzbDrone.Api.Calendar
|
|||
{
|
||||
public class CalendarModule : NzbDroneApiModule
|
||||
{
|
||||
private readonly EpisodeService _episodeService;
|
||||
private readonly IEpisodeService _episodeService;
|
||||
|
||||
public CalendarModule(EpisodeService episodeService)
|
||||
public CalendarModule(IEpisodeService episodeService)
|
||||
: base("/calendar")
|
||||
{
|
||||
_episodeService = episodeService;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue