aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlayerControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlayerControl.hxx')
-rw-r--r--src/PlayerControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PlayerControl.hxx b/src/PlayerControl.hxx
index ac5e6602d..abd8e6af5 100644
--- a/src/PlayerControl.hxx
+++ b/src/PlayerControl.hxx
@@ -89,7 +89,7 @@ struct player_status {
PlayerState state;
uint16_t bit_rate;
AudioFormat audio_format;
- float total_time;
+ SignedSongTime total_time;
float elapsed_time;
};
@@ -151,7 +151,7 @@ struct PlayerControl {
uint16_t bit_rate;
AudioFormat audio_format;
- float total_time;
+ SignedSongTime total_time;
float elapsed_time;
/**