Add debug as to what folder is being listed.
This commit is contained in:
committed by
Craig Drummond
parent
8fdffa7f6a
commit
c2ee7f399e
@@ -1551,6 +1551,7 @@ void MPDConnection::loadLibrary()
|
||||
|
||||
void MPDConnection::listFolder(const QString &folder)
|
||||
{
|
||||
DBUG << "listFolder" << folder;
|
||||
bool topLevel="/"==folder || ""==folder;
|
||||
Response response=sendCommand(topLevel ? "lsinfo" : ("lsinfo "+encodeName(folder)));
|
||||
QStringList subFolders;
|
||||
|
||||
Reference in New Issue
Block a user