diff options
Diffstat (limited to 'solo_tool_qt.py')
-rw-r--r-- | solo_tool_qt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solo_tool_qt.py b/solo_tool_qt.py index 71e2f82..9f4b7aa 100644 --- a/solo_tool_qt.py +++ b/solo_tool_qt.py @@ -19,7 +19,6 @@ class PlaylistModel(QAbstractListModel): path = Path(self.soloTool.getSongs()[index.row()]) return path.name - def rowCount(self, index): return len(self.soloTool.getSongs()) |