diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index a50b799c8..51f9e04ed 100644 --- a/src/player.h +++ b/src/player.h @@ -74,6 +74,7 @@ typedef struct _PlayerControl { float crossFade; mpd_sint8 softwareVolume; double totalPlayTime; + int decode_pid; } PlayerControl; void player_sigHandler(int signal); |