mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-09 16:28:54 +01:00
Log song change
This commit is contained in:
parent
872da05ff6
commit
e862afcb78
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user