Fix: small typo in dsp config for group child
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 20 Jan 2025 21:01:40 +0000 (22:01 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 20 Jan 2025 21:01:40 +0000 (22:01 +0100)
music_assistant/helpers/audio.py

index 305b6881ed5ff369d4f4cea6e7596e78f9430052..b923353ea6c2401a07997459a89dae790e4c3690 100644 (file)
@@ -966,7 +966,7 @@ def get_player_filter_params(
             # We can still apply the DSP of that single player.
             if player.group_childs:
                 child_player = mass.players.get(player.group_childs[0])
-                dsp = mass.config.get_player_dsp_config(mass, child_player)
+                dsp = mass.config.get_player_dsp_config(child_player)
             else:
                 # This should normally never happen, but if it does, we disable DSP.
                 dsp.enabled = False