summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-25 21:16:35 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-25 21:16:35 +0100
commit1205684e301f998f26a1dc8828e1f628ef0160f6 (patch)
tree3347a4cfab6edd8432c91c4f33d96564078e887c /plugins.c
parent3e5687aef0a52ee3e500741f4623145a351d41dd (diff)
added vfs filetype detection based on content-type
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 9e08c1d8..f2ad578e 100644
--- a/plugins.c
+++ b/plugins.c
@@ -110,6 +110,7 @@ static DB_functions_t deadbeef_api = {
.ftell = vfs_ftell,
.rewind = vfs_rewind,
.fgetlength = vfs_fgetlength,
+ .fget_content_type = vfs_get_content_type,
// message passing
.sendmessage = messagepump_push,
// configuration access