diff --git a/src/net/sourceforge/subsonic/androidapp/util/StreamProxy.java b/src/net/sourceforge/subsonic/androidapp/util/StreamProxy.java index c608bbeb..8862084f 100644 --- a/src/net/sourceforge/subsonic/androidapp/util/StreamProxy.java +++ b/src/net/sourceforge/subsonic/androidapp/util/StreamProxy.java @@ -171,7 +171,6 @@ public class StreamProxy implements Runnable { headers += "Content-Length: " + fileSize + "\r\n"; } - headers += "Accept-Ranges: bytes\r\n"; headers += "Content-Type: " + "application/octet-stream" + "\r\n"; headers += "Connection: close\r\n"; headers += "\r\n";