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 /test/dump_playlist.cxx | |
parent | 7b02c0224c839d88bb61ee719d780f6a653eb4e2 (diff) |
input/Init: use struct ConfigData
Diffstat (limited to 'test/dump_playlist.cxx')
-rw-r--r-- | test/dump_playlist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index 0a0aabda4..6ddced166 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -67,7 +67,7 @@ try { EventThread io_thread; io_thread.Start(); - input_stream_global_init(io_thread.GetEventLoop()); + input_stream_global_init(GetGlobalConfig(), io_thread.GetEventLoop()); playlist_list_global_init(); decoder_plugin_init_all(GetGlobalConfig()); |