diff --git a/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Search.cshtml b/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Search.cshtml index 4ed3944f..bf14ad32 100644 --- a/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Search.cshtml +++ b/HarmonyDB.Playground/HarmonyDB.Playground.Web/Views/Home/Search.cshtml @@ -39,7 +39,7 @@ Min coverage (real, 0–1): @Html.TextBoxFor(x => x.MinCoverage)
- Min rating (integer, 0–100): @Html.TextBoxFor(x => x.MinRating) + Min rating (whole, 0–100): @Html.TextBoxFor(x => x.MinRating)
Songs Per Page: @Html.TextBoxFor(x => x.SongsPerPage)