From c3afbc59ceacc1ddef2910259671f7dabcf96a95 Mon Sep 17 00:00:00 2001 From: Titus <154823939+tituscmd@users.noreply.github.com> Date: Sun, 29 Jun 2025 16:43:41 +0200 Subject: (small) Music App Redesign (#2292) --- src/components/ble/MusicService.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components') diff --git a/src/components/ble/MusicService.h b/src/components/ble/MusicService.h index 93d94a34..e32980b4 100644 --- a/src/components/ble/MusicService.h +++ b/src/components/ble/MusicService.h @@ -71,9 +71,9 @@ namespace Pinetime { uint16_t eventHandle {}; - std::string artistName {"Waiting for"}; - std::string albumName {}; - std::string trackName {"track information.."}; + std::string trackName; + std::string albumName; + std::string artistName {"Not Playing"}; bool playing {false}; -- cgit v1.2.3-70-g09d2