Rebase dev onto v2_id
This commit is contained in:
parent
08eea631d6
commit
a2fb6baba8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user