Fix page title for scrobble anything index and release group route

This commit is contained in:
Claudio Ortolina
2026-04-23 20:45:51 +01:00
parent 8911afad94
commit 1bd5707cb4
5 changed files with 43 additions and 18 deletions
@@ -116,7 +116,7 @@ defmodule MusicLibraryWeb.ScrobbleLive.Index do
socket =
socket
|> assign(:page_title, gettext("Scrobble"))
|> assign(:page_title, gettext("Scrobble Anything"))
|> assign(:search_query, query)
if String.trim(query) != "" do