Code

screen_lyrics: optionally show the plugin used
[ncmpc.git] / src / options.c
index 2f21dc0837a31085a25b00c9a68cee5403dd44e2..398a0688f11a0feca4135507be7f23b107dacb05 100644 (file)
@@ -54,6 +54,7 @@ options_t options = {
 #ifdef ENABLE_LYRICS_SCREEN
        .lyrics_timeout = DEFAULT_LYRICS_TIMEOUT,
        .lyrics_autosave = false,
+       .lyrics_show_plugin = false,
 #endif
        .find_wrap = true,
        .scroll_offset = 0,