diff options
Diffstat (limited to '')
-rw-r--r-- | src/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h index a52c511a0..df256ea0b 100644 --- a/src/player.h +++ b/src/player.h @@ -74,7 +74,7 @@ typedef struct _PlayerControl { mpd_sint8 seek; double seekWhere; float crossFade; - mpd_sint8 softwareVolume; + mpd_uint16 softwareVolume; double totalPlayTime; int decode_pid; } PlayerControl; |