parent
cb16a07451
commit
937f3cd074
@ -1682,7 +1682,7 @@ class PlaylistProxyModel(QSortFilterProxyModel):
|
||||
"""
|
||||
|
||||
if Config.HIDE_PLAYED_MODE != Config.HIDE_PLAYED_MODE_TRACKS:
|
||||
return True
|
||||
return super().filterAcceptsRow(source_row, source_parent)
|
||||
|
||||
if self.source_model.played_tracks_hidden:
|
||||
if self.source_model.is_played_row(source_row):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user