Fix bug with unended timed section
This commit is contained in:
parent
405efee732
commit
705f3ea2f2
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user