Rename nav_section -> current_section

This commit is contained in:
Claudio Ortolina
2025-05-14 10:49:12 +01:00
parent dda355e764
commit f36b829377
8 changed files with 13 additions and 13 deletions
@@ -96,7 +96,7 @@ defmodule MusicLibraryWeb.StatsLive.Index do
scrobble_activity_mode: :albums,
latest_record: latest_record,
page_title: gettext("Stats"),
nav_section: :stats,
current_section: :stats,
records_by_artist: records_by_artists,
records_by_genre: records_by_genre
)}