소스 검색

increase playlist page size to 20

Tobias Conradi 10 년 전
부모
커밋
81dbdda5d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      VLC for iOS WatchKit Extension/VLCPlaylistInterfaceController.m

+ 1 - 1
VLC for iOS WatchKit Extension/VLCPlaylistInterfaceController.m

@@ -68,7 +68,7 @@ static NSString *const VLCDBUpdateNotificationRemote = @"org.videolan.ios-app.db
     tableController.previousPageButton = self.previousButton;
     tableController.nextPageButton = self.nextButton;
     tableController.emptyLibraryInterfaceObjects = self.emptyLibraryGroup;
-    tableController.pageSize = 5;
+    tableController.pageSize = 20;
     tableController.rowType = rowType;
 
     tableController.configureRowControllerWithObjectBlock = ^(id controller, id object) {