fix adding selected directory to playlist
This commit is contained in:
@@ -2906,9 +2906,6 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
case itDirectory:
|
case itDirectory:
|
||||||
{
|
{
|
||||||
if (browsed_dir != "/")
|
|
||||||
Mpd->GetDirectoryRecursive(browsed_dir + "/" + item.name, result);
|
|
||||||
else
|
|
||||||
Mpd->GetDirectoryRecursive(item.name, result);
|
Mpd->GetDirectoryRecursive(item.name, result);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user