Update track times after drag and drop
This commit is contained in:
parent
380806d27a
commit
ee422aacb3
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user