Skip to content

Commit

Permalink
extra callback in preset caused NULL call - release
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe44 committed Oct 21, 2021
1 parent c36d663 commit 3575245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/raop/raop_sink.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 3575245

Please sign in to comment.