mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
Fixed: Errors after importing episodes
This commit is contained in:
parent
a550e94fee
commit
a72e70fa27
3 changed files with 3 additions and 2 deletions
|
@ -26,6 +26,8 @@ namespace NzbDrone.Api.Episodes
|
|||
: base(commandExecutor, resource)
|
||||
{
|
||||
_episodeService = episodeService;
|
||||
|
||||
GetResourceById = GetEpisode;
|
||||
}
|
||||
|
||||
protected EpisodeResource GetEpisode(int id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue