Lyrics: reset position of a window when fetching

master
Andrzej Rybczak 8 years ago
parent 51fe8dc2c8
commit e912a9d0c3
  1. 1
      NEWS
  2. 1
      src/screens/lyrics.cpp

@ -4,6 +4,7 @@ ncmpcpp-0.8.2 (????-??-??)
* Fixed fetching lyrics from lyricsmania.com, metrolyrics.com and sing365.com
* Search engine now properly interacts with filtering
* Fixed redraw of separator after interface switch while MPD was stopped
* Reset position of a window when fetching lyrics
ncmpcpp-0.8.1 (2017-10-11)
* Setting 'colors_enabled' to 'no' no longer results in a crash.

@ -278,6 +278,7 @@ void Lyrics::fetch(const MPD::Song &s)
{
stopDownload();
w.clear();
w.reset();
m_song = s;
if (loadLyrics(w, lyricsFilename(m_song)))
{

Loading…
Cancel
Save