From b7bca89110d7d09009eaeb9d0a4bf2df9ebc4165 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 19 May 2004 17:09:23 +0000 Subject: forgot to mark in decoderControl when we are seekable! git-svn-id: https://svn.musicpd.org/mpd/trunk@1093 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/decode.c b/src/decode.c index 69037d007..45ffd8d97 100644 --- a/src/decode.c +++ b/src/decode.c @@ -254,6 +254,7 @@ void decodeStart(PlayerControl * pc, OutputBuffer * cb, DecoderControl * dc) { return; } + dc->seekable = inStream.seekable; dc->state = DECODE_STATE_START; dc->start = 0; -- cgit v1.2.3