mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Moved /api/episodes to /api/episode to align with other endpoints
This commit is contained in:
parent
9ee535328f
commit
5a673a33ab
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ namespace NzbDrone.Api.Episodes
|
|||
private readonly IEpisodeService _episodeService;
|
||||
|
||||
public EpisodeModule(ICommandExecutor commandExecutor, IEpisodeService episodeService)
|
||||
: base(commandExecutor, "episodes")
|
||||
: base(commandExecutor)
|
||||
{
|
||||
_episodeService = episodeService;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue