From 2932f32771e020cadc874f535f2b287eaa9facb3 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Fri, 23 Feb 2024 12:27:50 +0000 Subject: [PATCH] Highlight releasing player Work on #223 --- app/playlistmodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/playlistmodel.py b/app/playlistmodel.py index 5a8c30b..db25d62 100644 --- a/app/playlistmodel.py +++ b/app/playlistmodel.py @@ -582,7 +582,7 @@ class PlaylistModel(QAbstractTableModel): for a in self.playlist_rows.values() 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 def headerData(