Consolidate duration formatting
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
:if={track.length}
|
||||
class="text-xs text-gray-500 dark:text-gray-400 font-mono"
|
||||
>
|
||||
{format_duration(track.length)}
|
||||
{Duration.format_duration(track.length)}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user