mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
History stores SeriesId now
This commit is contained in:
parent
30a24fd0b4
commit
cdc9098ac7
4 changed files with 1 additions and 6 deletions
|
@ -29,7 +29,6 @@ namespace NzbDrone.Core.History
|
|||
Delete(c=> c.Date < cutoff);
|
||||
}
|
||||
|
||||
|
||||
public List<QualityModel> GetBestQualityInHistory(int episodeId)
|
||||
{
|
||||
var history = Query.Where(c => c.EpisodeId == episodeId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue