parent
0e2c8c6056
commit
2932f32771
@ -582,7 +582,7 @@ class PlaylistModel(QAbstractTableModel):
|
|||||||
for a in self.playlist_rows.values()
|
for a in self.playlist_rows.values()
|
||||||
if not a.played and a.track_id is not None
|
if not a.played and a.track_id is not None
|
||||||
]
|
]
|
||||||
log.info(f"get_unplayed_rows() returned: {result=}")
|
log.debug(f"get_unplayed_rows() returned: {result=}")
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def headerData(
|
def headerData(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user