diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 2f66e4d1..86910840 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -2906,10 +2906,7 @@ int main(int argc, char *argv[]) { case itDirectory: { - if (browsed_dir != "/") - Mpd->GetDirectoryRecursive(browsed_dir + "/" + item.name, result); - else - Mpd->GetDirectoryRecursive(item.name, result); + Mpd->GetDirectoryRecursive(item.name, result); break; } case itSong: