aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble
diff options
context:
space:
mode:
authorTitus <154823939+tituscmd@users.noreply.github.com>2025-06-29 16:43:41 +0200
committerGitHub <noreply@github.com>2025-06-29 16:43:41 +0200
commitc3afbc59ceacc1ddef2910259671f7dabcf96a95 (patch)
tree4681719c1b98ec481a5548e3423ee7b58ba08501 /src/components/ble
parentc1b9967d92269d9ad70a3d639f5bf915e83f4813 (diff)
(small) Music App Redesign (#2292)
Diffstat (limited to 'src/components/ble')
-rw-r--r--src/components/ble/MusicService.h6
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};