From a2fb6baba88b2347fb4aae57520f91cf8da02f4a Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Wed, 2 Mar 2022 09:30:26 +0000 Subject: [PATCH] Rebase dev onto v2_id --- app/playlists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/playlists.py b/app/playlists.py index 2646d89..fb4c51c 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -793,7 +793,7 @@ class PlaylistTab(QTableWidget): DEBUG("_calculate_next_start_time() called with track=None") return None - duration = Tracks.get_duration(session, self._get_row_id(row)) + duration = track.duration return start + timedelta(milliseconds=duration) def _context_menu(self, pos): # review