Lyrics: reset position of a window when fetching

This commit is contained in:
Andrzej Rybczak
2018-03-29 17:00:38 +02:00
parent 51fe8dc2c8
commit e912a9d0c3
2 changed files with 2 additions and 0 deletions

View File

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