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

master
Andrzej Rybczak 16 years ago
parent 7f2ea9dc8f
commit 96064b826e
  1. 2
      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);

Loading…
Cancel
Save