diff options
Diffstat (limited to 'plugins/lastfm/lastfm.c')
-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 c5c9c313..252290f3 100644 --- a/plugins/lastfm/lastfm.c +++ b/plugins/lastfm/lastfm.c @@ -952,7 +952,7 @@ static DB_plugin_action_t love_action = { static DB_plugin_action_t lookup_action = { .title = "Lookup on Last.fm", .name = "lfm_lookup", - .flags = DB_ACTION_SINGLE_TRACK, + .flags = DB_ACTION_SINGLE_TRACK | DB_ACTION_ADD_MENU, .callback = lfm_action_lookup, .next = NULL// &love_action }; |