update header window after going to now playing song in browser
This commit is contained in:
@@ -1162,9 +1162,11 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
else if (myScreen == myBrowser)
|
else if (myScreen == myBrowser)
|
||||||
{
|
{
|
||||||
const Song *s = myPlaylist->NowPlayingSong();
|
if (const Song *s = myPlaylist->NowPlayingSong())
|
||||||
if (s)
|
{
|
||||||
myBrowser->LocateSong(*s);
|
myBrowser->LocateSong(*s);
|
||||||
|
RedrawHeader = 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (Keypressed(input, Key.ToggleRepeat))
|
else if (Keypressed(input, Key.ToggleRepeat))
|
||||||
|
|||||||
Reference in New Issue
Block a user