From 705f3ea2f2a53fd733cdba22f95488f3107d73fd Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Wed, 8 Nov 2023 21:10:35 +0000 Subject: [PATCH] Fix bug with unended timed section --- app/playlists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/playlists.py b/app/playlists.py index cf593a2..8f239e0 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -2567,7 +2567,7 @@ class PlaylistTab(QTableWidget): session, from_plr, to_plr ) time_str = self._get_section_timing_string( - total_time, unplayed_time, no_end=True + unplayed_time, no_end=True ) self._set_row_header_text( session, from_plr.plr_rownum, from_plr.note + time_str