mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 12:10:19 -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
|
@ -16,7 +16,6 @@ namespace NzbDrone.Api.Episodes
|
|||
|
||||
GetResourceAll = GetEpisodes;
|
||||
UpdateResource = SetMonitored;
|
||||
GetResourceById = GetEpisode;
|
||||
}
|
||||
|
||||
private List<EpisodeResource> GetEpisodes()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue