summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-14 13:06:43 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-14 13:06:43 +0100
commit164210c796f2df48d4a3304e9d38e32a07c5fca0 (patch)
tree36d3fd4e2ecbc9a4845ba729f55aadc401118c2f /plugins.c
parent1320a7469243071d6cc51c6c594a0373845bbe7e (diff)
start coverart loading thread with low priority
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 dd0b0826..568857f3 100644
--- a/plugins.c
+++ b/plugins.c
@@ -91,6 +91,7 @@ static DB_functions_t deadbeef_api = {
.quit = plug_quit,
// threading
.thread_start = thread_start,
+ .thread_start_low_priority = thread_start_low_priority,
.thread_join = thread_join,
.mutex_create = mutex_create,
.mutex_create_nonrecursive = mutex_create_nonrecursive,