Fixes time display of current/next song UI. Adds localized formatting code for start times of shows current and next.

This commit is contained in:
2026-05-10 00:45:31 +00:00
parent de0a243388
commit a5e1e36ebf
4 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class ShowCard extends StatelessWidget {
),
const SizedBox(width: 8),
Text(
formatTimeWindow(show?.starts, show?.ends),
formatStartingTime(show?.starts),
style: Theme.of(context).textTheme.labelSmall,
),
],