summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/lastfm/lastfm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c
index a91e016a..79946d14 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -768,7 +768,7 @@ lastfm_start (void) {
lfm_cond = 9;
lfm_tid = 0;
lfm_stopthread = 0;
- lfm_mutex = deadbeef->mutex_create ();
+ lfm_mutex = deadbeef->mutex_create_nonrecursive ();
lfm_cond = deadbeef->cond_create ();
lfm_tid = deadbeef->thread_start (lfm_thread, NULL);
// subscribe to frameupdate event