summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/stats.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index be73e23406..5c82908d0a 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -83,7 +83,8 @@ static bool abort;
83/* TODO: Better get the exts from the filetypes var in tree.c */ 83/* TODO: Better get the exts from the filetypes var in tree.c */
84const char *music_exts[] = {"mp3","mp2","mp1","mpa","ogg", 84const char *music_exts[] = {"mp3","mp2","mp1","mpa","ogg",
85 "wav","flac","ac3","a52","mpc","wv","m4a","m4b","mp4", 85 "wav","flac","ac3","a52","mpc","wv","m4a","m4b","mp4",
86 "shn","aif","aiff"}; 86 "shn","aif","aiff","wma","wmv","spx","ape","adx",
87 "sid","mod","nsf","nsfe","spc","asf","mac"};
87 88
88void prn(const char *str, int y) 89void prn(const char *str, int y)
89{ 90{