Update track times after drag and drop

This commit is contained in:
Keith Edmunds 2023-03-12 18:48:36 +00:00
parent 380806d27a
commit ee422aacb3

View File

@ -255,6 +255,7 @@ class PlaylistTab(QTableWidget):
self.save_playlist(session)
self.hide_or_show_played_tracks()
QTimer.singleShot(0, self._update_start_end_times)
def _add_context_menu(self, text: str, action: Callable,
disabled: bool = False) -> QAction: