diff options
-rw-r--r-- | src/ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -172,6 +172,7 @@ int lsPlaylists(int fd, char *utf8path) strcpy(s, actualPath); strcat(s, "/"); strcat(s, node->key); + strcat(s, PLAYLIST_FILE_SUFFIX); fdprintf(fd, "playlist: %s%s\n", dup, node->key); fdprintf(fd, "full path: %s\n", s); |