Re-add code to parse cue files, and add playlists to listing. Needs
testing!
This commit is contained in:
committed by
Craig Drummond
parent
9c3ba41dcc
commit
5579f10ecd
@@ -1896,7 +1896,7 @@ bool MPDConnection::listDirInfo(const QString &dir)
|
||||
if (response.ok) {
|
||||
QSet<QString> childDirs;
|
||||
QList<Song> *songs=new QList<Song>();
|
||||
MPDParseUtils::parseLibraryItems(response.data, *songs, !topLevel, &childDirs);
|
||||
MPDParseUtils::parseLibraryItems(response.data, details.dir, ver, *songs, !topLevel, &childDirs);
|
||||
emit librarySongs(songs);
|
||||
foreach (const QString &child, childDirs) {
|
||||
if (!listDirInfo(child)) {
|
||||
|
||||
Reference in New Issue
Block a user