diff --git a/app/playlists.py b/app/playlists.py index e59aa7a..0bb872a 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -242,7 +242,7 @@ class Playlist(QTableWidget): # Add empty start time for now as background # colour won't be set for columns without items item = QTableWidgetItem() - self.setItem(row, self.COL_PATH, item) + self.setItem(row, self.COL_START_TIME, item) # Scroll to new row self.scrollToItem(titleitem, QAbstractItemView.PositionAtCenter)