mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Moved /api/episodes to /api/episode to align with other endpoints
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user