diff --git a/app/playlists.py b/app/playlists.py index bbfdaf6..077706a 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -357,6 +357,11 @@ class PlaylistTab(QTableWidget): if update_next or update_current: self.musicmuster.update_headers() + if update_current: + self._set_row_colour_current(row) + elif update_next: + self._set_row_colour_next(row) + self.clear_selection() def closeEditor(self,