Fixed a wrong track index calculation.
This commit is contained in:
parent
3dd9123332
commit
7205de8389
1 changed files with 1 additions and 1 deletions
|
@ -170,5 +170,5 @@ class PlaylistView(QTreeWidget):
|
|||
item.mark()
|
||||
|
||||
def append_track(self, track):
|
||||
TrackItem(track, self.topLevelItemCount() - 1, self)
|
||||
TrackItem(track, self.topLevelItemCount(), self)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue