diff options
| -rw-r--r-- | apps/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 29bf75d..104344e 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1212,7 +1212,7 @@ bool create_playlist(void) pltick = current_tick; - snprintf(filename, sizeof filename, "%s.m3u", + snprintf(filename, sizeof filename, "%s.m3u8", tc.currdir[1] ? tc.currdir : "/root"); FOR_NB_SCREENS(i) { |