diff --git a/plugins/feature/afc/afcgui.cpp b/plugins/feature/afc/afcgui.cpp index 0108852f0..e855d605c 100644 --- a/plugins/feature/afc/afcgui.cpp +++ b/plugins/feature/afc/afcgui.cpp @@ -103,6 +103,7 @@ bool AFCGUI::handleMessage(const Message& message) { const AFC::MsgDeviceSetListsReport& report = (AFC::MsgDeviceSetListsReport&) message; updateDeviceSetLists(report); + return true; } return false;