1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

Updated EpisodeProvider methods

This commit is contained in:
markus101
2010-10-10 14:20:43 -07:00
parent b112e28b80
commit 3157ee4aba
4 changed files with 24 additions and 19 deletions

View File

@@ -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();
}