adjusting music manager artist and album location

This commit is contained in:
Chuck
2025-07-24 10:09:59 -05:00
parent 5516a5f764
commit f342bd9d3a

View File

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