Fix bug with unended timed section

This commit is contained in:
Keith Edmunds 2023-11-08 21:10:35 +00:00
parent 405efee732
commit 705f3ea2f2

View File

@ -2567,7 +2567,7 @@ class PlaylistTab(QTableWidget):
session, from_plr, to_plr session, from_plr, to_plr
) )
time_str = self._get_section_timing_string( time_str = self._get_section_timing_string(
total_time, unplayed_time, no_end=True unplayed_time, no_end=True
) )
self._set_row_header_text( self._set_row_header_text(
session, from_plr.plr_rownum, from_plr.note + time_str session, from_plr.plr_rownum, from_plr.note + time_str