diff options
-rw-r--r-- | plugins/lastfm/lastfm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c index 879de316..8ee7eb88 100644 --- a/plugins/lastfm/lastfm.c +++ b/plugins/lastfm/lastfm.c @@ -832,7 +832,7 @@ lfm_message (uint32_t id, uintptr_t ctx, uint32_t p1, uint32_t p2) { static int lastfm_start (void) { if (lfm_mutex) { - return; + return -1; } lfm_stopthread = 0; lfm_mutex = deadbeef->mutex_create_nonrecursive (); |