diff options
| author | Titus <154823939+tituscmd@users.noreply.github.com> | 2025-06-29 16:43:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-29 16:43:41 +0200 |
| commit | c3afbc59ceacc1ddef2910259671f7dabcf96a95 (patch) | |
| tree | 4681719c1b98ec481a5548e3423ee7b58ba08501 /src/components/ble/MusicService.h | |
| parent | c1b9967d92269d9ad70a3d639f5bf915e83f4813 (diff) | |
(small) Music App Redesign (#2292)
Diffstat (limited to 'src/components/ble/MusicService.h')
| -rw-r--r-- | src/components/ble/MusicService.h | 6 |
1 files changed, 3 insertions, 3 deletions
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}; |
