diff options
Diffstat (limited to '')
-rw-r--r-- | src/decode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decode.h b/src/decode.h index 1d90dced4..704caf990 100644 --- a/src/decode.h +++ b/src/decode.h @@ -22,6 +22,7 @@ #include "../config.h" #include "path.h" #include "tag.h" +#include "song.h" #include "mpd_types.h" #include "audio.h" @@ -49,7 +50,7 @@ typedef struct _DecoderControl { volatile mpd_sint8 seekable; volatile double seekWhere; AudioFormat audioFormat; - char utf8url[MPD_PATH_MAX]; + Song *current_song; volatile float totalTime; } DecoderControl; |