mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed season ignore
This commit is contained in:
parent
ea643630ed
commit
a853f80f9e
3 changed files with 108 additions and 36 deletions
|
@ -204,7 +204,7 @@ namespace NzbDrone.Core.Providers
|
|||
return _database.Fetch<EpisodeFile>();
|
||||
}
|
||||
|
||||
public virtual List<EpisodeFile> GetSeriesFiles(int seriesId)
|
||||
public virtual IList<EpisodeFile> GetSeriesFiles(int seriesId)
|
||||
{
|
||||
return _database.Fetch<EpisodeFile>("WHERE seriesId= @0", seriesId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue