Hide print tracklist on scrobble release page

This commit is contained in:
Claudio Ortolina
2026-04-23 15:05:05 +01:00
parent 72818bfaf2
commit 779708e62e
@@ -36,7 +36,7 @@ defmodule MusicLibraryWeb.ScrobbleLive.ReleaseShow do
sheet_id="scrobble-release"
module={MusicLibraryWeb.Components.Release}
release_id={@release_id}
show_print?={true}
show_print?={false}
timezone={@timezone}
/>
</Layouts.app>