adjusting music manager artist and album location

This commit is contained in:
Chuck
2025-07-24 10:23:31 -05:00
parent 25506410d0
commit 9a63550a9b

View File

@@ -798,7 +798,7 @@ class MusicManager:
# --- Progress Bar ---
progress_bar_height = 3
progress_bar_y = matrix_height - progress_bar_height
progress_bar_y = matrix_height - progress_bar_height - 1
duration_ms = current_track_info_snapshot.get('duration_ms', 0)
progress_ms = current_track_info_snapshot.get('progress_ms', 0)