summaryrefslogtreecommitdiff
path: root/src/components/ble/MusicService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/MusicService.h')
-rw-r--r--src/components/ble/MusicService.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/ble/MusicService.h b/src/components/ble/MusicService.h
index 1ad9a420..6c1a6edb 100644
--- a/src/components/ble/MusicService.h
+++ b/src/components/ble/MusicService.h
@@ -47,7 +47,7 @@ namespace Pinetime {
std::string getAlbum() const;
- int getProgress() const;
+ int getProgress();
int getTrackLength() const;
@@ -81,6 +81,7 @@ namespace Pinetime {
int trackLength {0};
int trackNumber {};
int tracksTotal {};
+ TickType_t trackProgressUpdateTime {0};
float playbackSpeed {1.0f};