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