Added 1 to the custom sort index bc. users may not understand why the first track index is a 0.
This commit is contained in:
parent
028c38b1b6
commit
f0969d013d
1 changed files with 2 additions and 1 deletions
|
@ -20,4 +20,5 @@ class TrackItem(QTreeWidgetItem):
|
|||
self.setText(2, track.tags.title)
|
||||
self.setText(3, track.tags.artist)
|
||||
self.setText(4, track.tags.album)
|
||||
self.setText(5, str(track.index_custom_sort))
|
||||
self.setText(5, str(track.index_custom_sort + 1))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue