lyrics: show additional info if lyrics are not found in any database

This commit is contained in:
Andrzej Rybczak
2010-08-09 12:09:17 +02:00
parent 7f2ea9dc8f
commit 96064b826e

View File

@@ -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);