diff --git a/current/all/pom.xml b/current/all/pom.xml
index 213f77d..a665532 100644
--- a/current/all/pom.xml
+++ b/current/all/pom.xml
@@ -24,7 +24,7 @@
com.coresecure
brightcove
- 6.1.5
+ 6.1.6
../pom.xml
diff --git a/current/analyse/pom.xml b/current/analyse/pom.xml
index 81f9909..9bf8da3 100644
--- a/current/analyse/pom.xml
+++ b/current/analyse/pom.xml
@@ -23,7 +23,7 @@
com.coresecure
brightcove
- 6.1.5
+ 6.1.6
../pom.xml
diff --git a/current/core/pom.xml b/current/core/pom.xml
index 3a88964..dba5549 100644
--- a/current/core/pom.xml
+++ b/current/core/pom.xml
@@ -20,7 +20,7 @@
com.coresecure
brightcove
- 6.1.5
+ 6.1.6
../pom.xml
brightcove.core
diff --git a/current/core/src/main/java/com/coresecure/brightcove/wrapper/api/CmsAPI.java b/current/core/src/main/java/com/coresecure/brightcove/wrapper/api/CmsAPI.java
index b885c69..dfbdd8e 100644
--- a/current/core/src/main/java/com/coresecure/brightcove/wrapper/api/CmsAPI.java
+++ b/current/core/src/main/java/com/coresecure/brightcove/wrapper/api/CmsAPI.java
@@ -745,7 +745,7 @@ public JSONArray getVideosInFolder(String folder, int offset) {
headers.put(Constants.AUTHENTICATION_HEADER, authToken.getTokenType() + " " + authToken.getToken());
String targetURL = Constants.ACCOUNTS_API_PATH + account.getAccount_ID() + "/folders/" + folder + "/videos";
try {
- String urlParameters = "offset=" + offset;
+ String urlParameters = "limit=100&offset=" + offset;
json = getJSONArrayResponse(targetURL, urlParameters, headers);
} catch (Exception e) {
LOGGER.error(e.getClass().getName(), e);
diff --git a/current/it.tests/pom.xml b/current/it.tests/pom.xml
index b660e68..0c91492 100644
--- a/current/it.tests/pom.xml
+++ b/current/it.tests/pom.xml
@@ -20,7 +20,7 @@
com.coresecure
brightcove
- 6.1.5
+ 6.1.6
../pom.xml
diff --git a/current/pom.xml b/current/pom.xml
index aee0294..5e7ec69 100644
--- a/current/pom.xml
+++ b/current/pom.xml
@@ -21,7 +21,7 @@
com.coresecure
brightcove
pom
- 6.1.5
+ 6.1.6
Brightcove Connector
diff --git a/current/ui.apps.structure/pom.xml b/current/ui.apps.structure/pom.xml
index 568824a..2b6bf7b 100644
--- a/current/ui.apps.structure/pom.xml
+++ b/current/ui.apps.structure/pom.xml
@@ -8,7 +8,7 @@
com.coresecure
brightcove
- 6.1.5
+ 6.1.6
../pom.xml
diff --git a/current/ui.apps/pom.xml b/current/ui.apps/pom.xml
index e2c2830..7174fd8 100644
--- a/current/ui.apps/pom.xml
+++ b/current/ui.apps/pom.xml
@@ -23,7 +23,7 @@
com.coresecure
brightcove
- 6.1.5
+ 6.1.6
../pom.xml
diff --git a/current/ui.config/pom.xml b/current/ui.config/pom.xml
index 54fd509..77d0a36 100644
--- a/current/ui.config/pom.xml
+++ b/current/ui.config/pom.xml
@@ -23,7 +23,7 @@
com.coresecure
brightcove
- 6.1.5
+ 6.1.6
../pom.xml
diff --git a/current/ui.content/pom.xml b/current/ui.content/pom.xml
index 27a0f23..305e3f4 100644
--- a/current/ui.content/pom.xml
+++ b/current/ui.content/pom.xml
@@ -23,7 +23,7 @@
com.coresecure
brightcove
- 6.1.5
+ 6.1.6
../pom.xml
diff --git a/current/ui.tests/pom.xml b/current/ui.tests/pom.xml
index 767908f..ab7a488 100644
--- a/current/ui.tests/pom.xml
+++ b/current/ui.tests/pom.xml
@@ -25,7 +25,7 @@
com.coresecure
brightcove
- 6.1.5
+ 6.1.6
../pom.xml