diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index 21efb871f..ea926ef9e 100644 --- a/src/main.c +++ b/src/main.c @@ -420,7 +420,7 @@ int main(int argc, char *argv[]) openDB(&options, argv[0]); - initCommands(); + command_init(); initPlayerData(); pc_init(buffered_before_play); ob_init(buffered_chunks, &pc.notify); @@ -484,7 +484,7 @@ int main(int argc, char *argv[]) finishPermissions(); dc_deinit(); pc_deinit(); - finishCommands(); + command_finish(); decoder_plugin_deinit_all(); ob_free(); cleanUpPidFile(); |