summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index c1f818be7f..27698e35e0 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -29,6 +29,7 @@
29#include "kernel.h" 29#include "kernel.h"
30#include "button.h" 30#include "button.h"
31#include "tree.h" 31#include "tree.h"
32#include "filetypes.h"
32#include "panic.h" 33#include "panic.h"
33#include "menu.h" 34#include "menu.h"
34#include "system.h" 35#include "system.h"
@@ -258,6 +259,7 @@ static void init(void)
258#endif 259#endif
259 sleep(HZ/2); 260 sleep(HZ/2);
260 tree_init(); 261 tree_init();
262 filetype_init();
261 playlist_init(); 263 playlist_init();
262 264
263#if CONFIG_CODEC != SWCODEC 265#if CONFIG_CODEC != SWCODEC
@@ -490,6 +492,7 @@ static void init(void)
490 status_init(); 492 status_init();
491 playlist_init(); 493 playlist_init();
492 tree_init(); 494 tree_init();
495 filetype_init();
493 scrobbler_init(); 496 scrobbler_init();
494 cuesheet_init(); 497 cuesheet_init();
495 498