summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-10-01 10:33:47 +0200
committerGravatar waker <wakeroid@gmail.com>2011-10-01 10:33:47 +0200
commitecafc1687513de35d080a9b4be14022e885a95e1 (patch)
tree83afbacdd59323cd788aecbb6c1754c10c96b874 /plugins.c
parent76f14028b56a1cdb6627b0db0e6af0a74a9b76f3 (diff)
added experimental support for metadata overrides.
for example field "!NAME" will override field ":NAME", but will not be stored so after player restart, the field will be restored to original :NAME
Diffstat (limited to 'plugins.c')
-rw-r--r--plugins.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins.c b/plugins.c
index ff110913..d41b0777 100644
--- a/plugins.c
+++ b/plugins.c
@@ -328,6 +328,7 @@ static DB_functions_t deadbeef_api = {
.metacache_remove_string = metacache_remove_string,
.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,
};
DB_functions_t *deadbeef = &deadbeef_api;