diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_thread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index a05783a62..43db36311 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -76,9 +76,6 @@ static void decodeStart(void) } } - /* for http streams, seekable is determined in input_stream_buffer */ - dc.seekable = inStream.seekable; - if (dc.command == DECODE_COMMAND_STOP) { input_stream_close(&inStream); return; |