Fix playing of files containing square brackets, etc, that are external to MPD database via Cantata's simple HTTP server.
This commit is contained in:
committed by
craig.p.drummond
parent
687b4d7342
commit
66c7823791
@@ -147,7 +147,6 @@ QByteArray HttpServer::encodeUrl(const Song &s) const
|
||||
QByteArray HttpServer::encodeUrl(const QString &file) const
|
||||
{
|
||||
Song s=Tags::read(file);
|
||||
s.fillEmptyFields();
|
||||
s.file=file;
|
||||
return encodeUrl(s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user