diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-07-28 15:21:18 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-07-28 15:21:18 +1000 |
| commit | 10120f9a92aa84f8b5d17a7e84e767a7aa0b42e7 (patch) | |
| tree | 8eec52e8533030ce34d9f827fd9d6a87809e9fb9 /src/ui/screen_playing.cpp | |
| parent | 3670859d1620ca0fe3492cffb591bf29e5af849c (diff) | |
| download | tangara-fw-10120f9a92aa84f8b5d17a7e84e767a7aa0b42e7.tar.gz | |
ux fixes
Diffstat (limited to 'src/ui/screen_playing.cpp')
| -rw-r--r-- | src/ui/screen_playing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/screen_playing.cpp b/src/ui/screen_playing.cpp index 27f7654b..cb3d866e 100644 --- a/src/ui/screen_playing.cpp +++ b/src/ui/screen_playing.cpp @@ -221,6 +221,7 @@ auto Playing::OnPlaybackUpdate(uint32_t pos_seconds, uint32_t new_duration) } auto Playing::OnQueueUpdate() -> void { + OnTrackUpdate(); auto current = queue_->GetUpcoming(kMaxUpcoming); auto db = db_.lock(); if (!db) { |
