mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Fixed up DownloadClient settings in UI
This commit is contained in:
parent
07613092b4
commit
5b664afaf8
2 changed files with 2 additions and 22 deletions
|
@ -51,7 +51,7 @@ namespace NzbDrone.Core.History
|
|||
|
||||
public virtual QualityModel GetBestQualityInHistory(int episodeId)
|
||||
{
|
||||
return _historyRepository.GetBestQualityInHistory(episodeId).OrderByDescending(q => q).FirstOrDefault();
|
||||
return _historyRepository.GetEpisodeHistory(episodeId).OrderByDescending(q => q).FirstOrDefault();
|
||||
}
|
||||
|
||||
public void Handle(EpisodeGrabbedEvent message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue