Skip to content

fix: call method on wrapper instead of underlying confuse config struct

Chris Pastl requested to merge yaml-config-120 into main

config.abs_audio_store_path() needs to be called on the config wrapper while config.config.get("audio_source_extension") must be called on the confuse config struct.

Merge request reports