Lyrics: reset position of a window when fetching
This commit is contained in:
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user