mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
Fixed: Errors after importing episodes
This commit is contained in:
@@ -26,6 +26,8 @@ namespace NzbDrone.Api.Episodes
|
||||
: base(commandExecutor, resource)
|
||||
{
|
||||
_episodeService = episodeService;
|
||||
|
||||
GetResourceById = GetEpisode;
|
||||
}
|
||||
|
||||
protected EpisodeResource GetEpisode(int id)
|
||||
|
||||
Reference in New Issue
Block a user