Sort collection records by release

This commit is contained in:
Claudio Ortolina
2025-11-25 22:24:23 +00:00
parent dec8fa94b6
commit 80763b8192
5 changed files with 28 additions and 0 deletions
@@ -184,6 +184,7 @@ defmodule MusicLibraryWeb.CollectionLive.Index do
defp parse_order("alphabetical"), do: :alphabetical
defp parse_order("purchase"), do: :purchase
defp parse_order("release"), do: :release
defp order_path(record_list_params, order) do
qs =