diff --git a/HaLive/Pages/Index.cshtml b/HaLive/Pages/Index.cshtml index b86c7b2..27fc3bf 100644 --- a/HaLive/Pages/Index.cshtml +++ b/HaLive/Pages/Index.cshtml @@ -91,7 +91,7 @@ Band - @foreach (var y in lib.Options.AvailableVolumes) + @foreach (var y in lib.Structure.Keys.OrderBy(x => Int32.Parse(x))) { @y }