No need to set page title twice

This commit is contained in:
Claudio Ortolina
2025-09-24 10:15:47 +03:00
parent e9e4752bce
commit 9dd5020820
@@ -13,8 +13,7 @@ defmodule MusicLibraryWeb.ScrobbleLive.Index do
selected_release_group: nil,
releases: [],
loading: false,
can_scrobble: ScrobbleActivity.can_scrobble?(),
page_title: "Scrobble"
can_scrobble: ScrobbleActivity.can_scrobble?()
)}
end