Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/6897d44b383f421db7ece226ee45ae9efbf41f6b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Search History qualioty sort by weight, not ID

pull/6/head
Mark McDowall 13 years ago
parent 82f0751a15
commit 6897d44b38

@ -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),

Loading…
Cancel
Save