mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
adjusting music manager artist and album location
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user