Simplify non-linked state using Last.fm connect button

This commit is contained in:
Claudio Ortolina
2025-09-24 10:23:03 +03:00
parent 6a0c4289f6
commit d9abad53d5
4 changed files with 11 additions and 16 deletions
@@ -13,7 +13,7 @@ defmodule MusicLibraryWeb.ScrobbleLive.Index do
selected_release_group: nil,
releases: [],
loading: false,
can_scrobble: ScrobbleActivity.can_scrobble?()
can_scrobble?: ScrobbleActivity.can_scrobble?()
)}
end