Search History qualioty sort by weight, not ID

This commit is contained in:
Mark McDowall 2012-11-19 15:16:25 -08:00
parent 82f0751a15
commit 6897d44b38
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace NzbDrone.Web.Controllers
Success = s.Success,
SearchError = s.SearchError.AddSpacesToEnum().Replace("None", "Grabbed"),
Quality = s.Quality.ToString(),
QualityInt = (int)s.Quality,
QualityInt = s.Quality.Weight,
Proper = s.Proper,
Age = s.Age,
Size = s.Size.ToBestFileSize(1),