todo update

git-svn-id: https://svn.musicpd.org/mpd/trunk@1094 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-05-19 17:14:11 +00:00
parent b7bca89110
commit 3e659738ba
2 changed files with 8 additions and 3 deletions

View File

@@ -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;
}