1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Fixed: Errors after importing episodes

This commit is contained in:
Mark McDowall
2014-07-06 21:08:58 -07:00
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)