Fix DEBUG builds

Change-Id: Ie3b4caebf448444b7400541e44d11d40961781cb
This commit is contained in:
Moshe Piekarski 2020-10-06 15:27:56 -05:00
parent 914114fd21
commit cb9280c9e1
No known key found for this signature in database
GPG key ID: D34A705352C7B230

View file

@ -557,11 +557,7 @@ int plugin_main(const void* parameter)
rb->add_event(PLAYBACK_EVENT_TRACK_CHANGE, playback_event_callback);
thread_create();
#ifdef DEBUG
return rb->default_event_handler(button);
#else
return 0;
#endif
}