소스 검색

fix playlist sorting

Olivier Massot 4 년 전
부모
커밋
e564229b2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ui/qt/widgets/playlist_table.py

+ 1 - 1
ui/qt/widgets/playlist_table.py

@@ -85,7 +85,7 @@ class PlaylistTable(SQTableWidget):
             i += 1
         self.count = i
 
-        self.sortItems(3)
+        self.sortItems(4)
 
         self.setUpdatesEnabled(True)