You've already forked Sonarr
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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user