diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-17 21:49:27 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-17 22:05:27 +0200 |
commit | 0ff0aca2e2391a42900a588f9b6ed4d525509aac (patch) | |
tree | 0fd780e23fd5f246baeaec6d68f34979d2364de3 /src/Main.cxx | |
parent | 7b02c0224c839d88bb61ee719d780f6a653eb4e2 (diff) |
input/Init: use struct ConfigData
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index c13e84dda..062009adc 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -570,7 +570,8 @@ try { } client_manager_init(); - input_stream_global_init(instance->io_thread.GetEventLoop()); + input_stream_global_init(GetGlobalConfig(), + instance->io_thread.GetEventLoop()); playlist_list_global_init(); #ifdef ENABLE_DAEMON |