Show total and per disc duration
This commit is contained in:
@@ -279,6 +279,7 @@
|
||||
id="tracks-sheet"
|
||||
placement="right"
|
||||
on_open={JS.push("load_release_with_tracks")}
|
||||
open
|
||||
>
|
||||
<h3 class="text-lg font-semibold mb-4">{gettext("Tracks")}</h3>
|
||||
|
||||
@@ -326,6 +327,10 @@
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<Fluxon.Components.Separator.separator />
|
||||
<p class="text-xs text-right text-zinc-700 dark:text-zinc-300">
|
||||
{medium_duration(medium)}
|
||||
</p>
|
||||
</div>
|
||||
</.async_result>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user