mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Updated EpisodeProvider methods
This commit is contained in:
parent
b112e28b80
commit
3157ee4aba
4 changed files with 24 additions and 19 deletions
|
@ -21,7 +21,7 @@ namespace NzbDrone.Core.Providers
|
|||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public List<Season> GetSeasongs(int seriesId)
|
||||
public List<Season> GetSeasons(int seriesId)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue