diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 15cc27e01..2160a1ccd 100644 --- a/src/main.c +++ b/src/main.c @@ -427,9 +427,9 @@ int main(int argc, char * argv[]) { openDB(&options, argv[0]); initCommands(); + initPlayerData(); initAudioConfig(); initAudioDriver(); - initPlayerData(); initVolume(); initInterfaces(); initInputStream(); |