diff --git a/http/httpsocket.cpp b/http/httpsocket.cpp index 6883d9eeb..97c2b496b 100644 --- a/http/httpsocket.cpp +++ b/http/httpsocket.cpp @@ -433,7 +433,7 @@ void HttpSocket::readClient() QFile f(song.file); - if (f.open(QIODevice::ReadOnly)) { + if (f.open(QIODevice::ReadOnly)) { qint32 totalBytes = f.size(); writeMimeType(detectMimeType(song.file), socket, readBytesFrom, totalBytes, true); @@ -464,6 +464,8 @@ void HttpSocket::readClient() } } while (readPos