mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-23 00:34:24 +01:00
Search History qualioty sort by weight, not ID
This commit is contained in:
parent
82f0751a15
commit
6897d44b38
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public ActionResult Details(int searchId)
|
||||||
Success = s.Success,
|
Success = s.Success,
|
||||||
SearchError = s.SearchError.AddSpacesToEnum().Replace("None", "Grabbed"),
|
SearchError = s.SearchError.AddSpacesToEnum().Replace("None", "Grabbed"),
|
||||||
Quality = s.Quality.ToString(),
|
Quality = s.Quality.ToString(),
|
||||||
QualityInt = (int)s.Quality,
|
QualityInt = s.Quality.Weight,
|
||||||
Proper = s.Proper,
|
Proper = s.Proper,
|
||||||
Age = s.Age,
|
Age = s.Age,
|
||||||
Size = s.Size.ToBestFileSize(1),
|
Size = s.Size.ToBestFileSize(1),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue