diff --git a/app/playlists.py b/app/playlists.py index 034f578..4d8e49d 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -834,6 +834,8 @@ class PlaylistTab(QTableWidget): self._set_row_start_time(row, start_time) next_start_time = self._calculate_next_start_time( session, row, start_time) + # Set end time + self._set_row_end_time(row, next_start_time) # Set colour self._set_row_colour( row, QColor(Config.COLOUR_NEXT_PLAYLIST))