From ee422aacb39afa0135aedb8fd85356738e63a7ba Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sun, 12 Mar 2023 18:48:36 +0000 Subject: [PATCH] Update track times after drag and drop --- app/playlists.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/playlists.py b/app/playlists.py index 030053d..eb0c800 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -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: