summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 29bf75d074..104344ee59 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1212,7 +1212,7 @@ bool create_playlist(void)
1212 1212
1213 pltick = current_tick; 1213 pltick = current_tick;
1214 1214
1215 snprintf(filename, sizeof filename, "%s.m3u", 1215 snprintf(filename, sizeof filename, "%s.m3u8",
1216 tc.currdir[1] ? tc.currdir : "/root"); 1216 tc.currdir[1] ? tc.currdir : "/root");
1217 FOR_NB_SCREENS(i) 1217 FOR_NB_SCREENS(i)
1218 { 1218 {