MainWindow: Use Song::PrettyTitle() in debug message

This commit is contained in:
Jonas Kvinge 2021-10-12 22:57:59 +02:00
parent 10d89cb6a6
commit 814d2fa9fc
1 changed files with 1 additions and 1 deletions

View File

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