aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-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};