Browse Source

increase playlist page size to 20

Tobias Conradi 10 years ago
parent
commit
81dbdda5d3
1 changed files with 1 additions and 1 deletions
  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.previousPageButton = self.previousButton;
     tableController.nextPageButton = self.nextButton;
     tableController.nextPageButton = self.nextButton;
     tableController.emptyLibraryInterfaceObjects = self.emptyLibraryGroup;
     tableController.emptyLibraryInterfaceObjects = self.emptyLibraryGroup;
-    tableController.pageSize = 5;
+    tableController.pageSize = 20;
     tableController.rowType = rowType;
     tableController.rowType = rowType;
 
 
     tableController.configureRowControllerWithObjectBlock = ^(id controller, id object) {
     tableController.configureRowControllerWithObjectBlock = ^(id controller, id object) {