From 35752453240e1071fa74e0a6e42816bfa0748476 Mon Sep 17 00:00:00 2001 From: Philippe G Date: Wed, 20 Oct 2021 21:24:36 -0700 Subject: [PATCH] extra callback in preset caused NULL call - release --- components/raop/raop_sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/raop/raop_sink.c b/components/raop/raop_sink.c index bf16e40a..767dc526 100644 --- a/components/raop/raop_sink.c +++ b/components/raop/raop_sink.c @@ -88,7 +88,7 @@ const static actrls_t controls = { NULL, NULL, // rew, fwd raop_prev, raop_next, // prev, next NULL, NULL, NULL, NULL, // left, right, up, down - NULL, NULL, NULL, NULL, NULL, NULL, NULL, // pre1-6 + NULL, NULL, NULL, NULL, NULL, NULL, // pre1-6 raop_volume_down, raop_volume_up, raop_toggle// knob left, knob_right, knob push };