diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-17 21:31:06 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-17 22:05:21 +0200 |
commit | 57d77cc8a05835b2d1a33f1cec5adcc46a196981 (patch) | |
tree | 0e3f23ddfde6e9aed97888a9a13ee85e931537e4 /test/run_decoder.cxx | |
parent | 9fe05850565cad69ce21a2ba7a5daf8c310ea0da (diff) |
decoder/List: use struct ConfigData
Diffstat (limited to 'test/run_decoder.cxx')
-rw-r--r-- | test/run_decoder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index aa1a809c9..e1a353b92 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.cxx @@ -99,7 +99,7 @@ public: ReadConfigFile(config_path); input_stream_global_init(io_thread.GetEventLoop()); - decoder_plugin_init_all(); + decoder_plugin_init_all(GetGlobalConfig()); } ~GlobalInit() { |