mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02: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