aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--src/directory.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 0b7abfe79..902ef9892 100644
--- a/TODO
+++ b/TODO
@@ -38,8 +38,6 @@
*) command for displaying playlist contents
*) command for appending to playlist
-*) have listallinfo return directories
-
*) abstract out input buffering from inputStream_http to inputStream
*) use getaddrinfo instead of gethostbyname (check libshout)
diff --git a/src/directory.c b/src/directory.c
index 85773489b..75b50720c 100644
--- a/src/directory.c
+++ b/src/directory.c
@@ -1309,7 +1309,7 @@ int sumSongTime(FILE * fp, Song * song, void * data) {
}
int printInfoForAllIn(FILE * fp, char * name) {
- return traverseAllIn(fp,name,directoryPrintSongInfo,NULL,NULL);
+ return traverseAllIn(fp,name,directoryPrintSongInfo,printDirectoryInDirectory,NULL);
}
int countSongsIn(FILE * fp, char * name) {