diff --git a/http/httpserver.cpp b/http/httpserver.cpp index aeacd68f2..9221c807f 100644 --- a/http/httpserver.cpp +++ b/http/httpserver.cpp @@ -235,7 +235,7 @@ QByteArray HttpServer::encodeUrl(const QString &file) #endif s.file=file; #endif - return s.isEmpty() ? QByteArray() : encodeUrl(s); + return /*s.isEmpty() ? QByteArray() :*/ encodeUrl(s); } Song HttpServer::decodeUrl(const QString &url) const