From e5c7cbb8005ce394b602b48a637b363b452f9a4e Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 19 Oct 2025 15:20:44 +0100 Subject: [PATCH] Prevent release track number from wrapping --- lib/music_library_web/components/release.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/components/release.ex b/lib/music_library_web/components/release.ex index cb020b76..f16617ca 100644 --- a/lib/music_library_web/components/release.ex +++ b/lib/music_library_web/components/release.ex @@ -152,7 +152,7 @@ defmodule MusicLibraryWeb.Components.Release do class="contents leading-5 text-zinc-700 dark:text-zinc-300 list-none" >
- + {track.number || track.position}