Make 'show played' work again

This commit is contained in:
Keith Edmunds 2022-09-05 18:51:12 +01:00
parent 8044f95556
commit 7e02bd60e5

View File

@ -1096,6 +1096,7 @@ class PlaylistTab(QTableWidget):
if self.musicmuster.hide_played_tracks:
self.hideRow(row)
else:
self.showRow(row)
self._set_row_not_bold(row)
else:
# Set start/end times as we haven't played it yet