Tags not needed to serve files?

This commit is contained in:
Craig Drummond
2018-02-05 20:05:32 +00:00
committed by Craig Drummond
parent 6f19b25433
commit 2bd461756a

View File

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