From 3e659738ba2f02399b98f09873eb4ee2de832430 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 19 May 2004 17:14:11 +0000 Subject: todo update git-svn-id: https://svn.musicpd.org/mpd/trunk@1094 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputStream_http.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/inputStream_http.c') diff --git a/src/inputStream_http.c b/src/inputStream_http.c index dfa067257..0080792ad 100644 --- a/src/inputStream_http.c +++ b/src/inputStream_http.c @@ -407,6 +407,9 @@ static int getHTTPHello(InputStream * inStream) { /*data->prebuffer = 1;*/ + /*mark as unseekable till we actually implement seeking*/ + inStream->seekable = 0; + return 0; } -- cgit v1.2.3