From 96064b826e3fb1eaf32343f6aff86ae2f59e4917 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Mon, 9 Aug 2010 12:09:17 +0200 Subject: [PATCH] lyrics: show additional info if lyrics are not found in any database --- src/lyrics.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lyrics.cpp b/src/lyrics.cpp index 582b9756..7003d8c8 100644 --- a/src/lyrics.cpp +++ b/src/lyrics.cpp @@ -231,6 +231,8 @@ void *Lyrics::Get(void *screen_void_ptr) output.close(); } } + else + *screen->w << "\nLyrics weren't found."; Ready = 1; pthread_exit(0);