Skip to content

Commit

Permalink
Merge pull request #4296 from ninomp/fix-playerinfo
Browse files Browse the repository at this point in the history
Fix: Reset main window title when all decks stop playing
  • Loading branch information
uklotzde authored Sep 17, 2021
2 parents 8ba8d05 + 8f10799 commit 086a791
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/mixer/playerinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,7 @@ void PlayerInfo::updateCurrentPlayingDeck() {
// Note: When starting Auto-DJ "play" might be processed before a new
// is track is fully loaded. currentPlayingTrackChanged() is then emitted
// after setTrackInfo().
TrackPointer pTrack = getCurrentPlayingTrack();
if (pTrack) {
emit currentPlayingTrackChanged(pTrack);
}
emit currentPlayingTrackChanged(getCurrentPlayingTrack());
}
}

Expand Down

0 comments on commit 086a791

Please sign in to comment.