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 252290f3..4a6b6f4b 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -923,7 +923,7 @@ lfm_action_lookup (DB_plugin_action_t *action, int ctx)
goto out;
}
- system (command);
+ int res = system (command);
out:
if (it) {
deadbeef->pl_item_unref (it);