Updated EpisodeProvider methods

This commit is contained in:
markus101 2010-10-10 14:20:43 -07:00
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();
}