aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-19 17:14:11 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-19 17:14:11 +0000
commit3e659738ba2f02399b98f09873eb4ee2de832430 (patch)
tree5f1b65056ac411bfe8a5bb308a16609daf01b421 /src/inputStream_http.c
parentb7bca89110d7d09009eaeb9d0a4bf2df9ebc4165 (diff)
downloadmpd-3e659738ba2f02399b98f09873eb4ee2de832430.tar.gz
mpd-3e659738ba2f02399b98f09873eb4ee2de832430.tar.xz
mpd-3e659738ba2f02399b98f09873eb4ee2de832430.zip
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@1094 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputStream_http.c')
-rw-r--r--src/inputStream_http.c3
1 files changed, 3 insertions, 0 deletions
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;
}