diff --git a/app/playlists.py b/app/playlists.py index 42b6e36..2f2d5f0 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -615,6 +615,9 @@ class Playlist(QTableWidget): else: self.set_row_bold(row) + # Headers might need updating + self.parent().parent().update_headers() + def save(self): """ Save playlist to database. diff --git a/app/ui/main_window.ui b/app/ui/main_window.ui index 8901ec6..746ba9e 100644 --- a/app/ui/main_window.ui +++ b/app/ui/main_window.ui @@ -719,7 +719,6 @@ border: 1px solid rgb(85, 87, 83); Fi&le -