lyrics: add support for showing notifications about fetching lyrics in background

This commit is contained in:
Andrzej Rybczak
2016-11-21 10:47:27 +01:00
parent ba83b9daab
commit 5b56c48c4a
4 changed files with 74 additions and 21 deletions

View File

@@ -573,7 +573,7 @@ void Status::Changes::songID(int song_id)
res = system(Config.execute_on_song_change.c_str());
if (Config.fetch_lyrics_in_background)
myLyrics->fetchInBackground(s);
myLyrics->fetchInBackground(s, false);
drawTitle(s);