1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-09 16:28:54 +01:00

Log song change

This commit is contained in:
Jonas Kvinge 2020-10-01 20:09:36 +02:00
parent 872da05ff6
commit e862afcb78

View File

@ -1284,6 +1284,8 @@ void MainWindow::VolumeChanged(const int volume) {
void MainWindow::SongChanged(const Song &song) {
qLog(Debug) << "Song changed to" << song.artist() << song.album() << song.title();
song_playing_ = song;
song_ = song;
setWindowTitle(song.PrettyTitleWithArtist());