Skip to content
/ mixxx Public
forked from mixxxdj/mixxx

Commit

Permalink
Resolve code formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ninomp committed Dec 10, 2022
1 parent 8850afb commit 7cc0230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/library/autodj/autodjfeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ void AutoDJFeature::slotRandomQueue(int numTracksToAdd) {

void AutoDJFeature::slotPlaylistsChanged(const QSet<int>& playlistIds) {
if (playlistIds.contains(m_iAutoDJPlaylistId)) {
// If AutoDJ playlist was changed, notify that feature title has changed since it contains duration of the AutoDJ playlist.
// If AutoDJ playlist was changed, notify that feature title has changed
// since it contains duration of the AutoDJ playlist.
emit featureIsLoading(this, false);
}
}

0 comments on commit 7cc0230

Please sign in to comment.