diff --git a/src/core/mainwindow.cpp b/src/core/mainwindow.cpp index 97fb66c23..c418319c3 100644 --- a/src/core/mainwindow.cpp +++ b/src/core/mainwindow.cpp @@ -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());