From fdb239390d5339cd7ae8784abdd3fe9f35401b7d Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 2 Apr 2012 22:14:18 +0200 Subject: extended plugin api to trigger dsp chain saving from plugins --- plugins.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins.c') diff --git a/plugins.c b/plugins.c index 011fa2f9..4d83444b 100644 --- a/plugins.c +++ b/plugins.c @@ -329,6 +329,8 @@ static DB_functions_t deadbeef_api = { .metacache_ref = metacache_ref, .metacache_unref = metacache_unref, .pl_find_meta_raw = (const char *(*) (DB_playItem_t *it, const char *key))pl_find_meta_raw, + // ******* new 1.3 APIs ******** + .streamer_dsp_chain_save = streamer_dsp_chain_save, }; DB_functions_t *deadbeef = &deadbeef_api; -- cgit v1.2.3