Tags not needed to serve files?
This commit is contained in:
committed by
Craig Drummond
parent
6f19b25433
commit
2bd461756a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user