浏览代码

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) {