Skip to content

Commit

Permalink
Playlist: Add data changed when setting current row
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Jul 9, 2024
1 parent 9232ad0 commit 67f04a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playlist/playlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ void Playlist::set_current_row(const int i, const AutoScroll autoscroll, const b

if (current_item_index_.isValid() && !is_stopping) {
InformOfCurrentSongChange(false);
emit dataChanged(index(current_item_index_.row(), 0), index(current_item_index_.row(), ColumnCount - 1));
emit MaybeAutoscroll(autoscroll);
}

Expand Down

0 comments on commit 67f04a8

Please sign in to comment.