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) {
|
void MainWindow::SongChanged(const Song &song) {
|
||||||
|
|
||||||
|
qLog(Debug) << "Song changed to" << song.artist() << song.album() << song.title();
|
||||||
|
|
||||||
song_playing_ = song;
|
song_playing_ = song;
|
||||||
song_ = song;
|
song_ = song;
|
||||||
setWindowTitle(song.PrettyTitleWithArtist());
|
setWindowTitle(song.PrettyTitleWithArtist());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user