Open ozrendev opened 2 years ago
CLUSTER_NAMES mapping needs to be updated for TOP_FREE, TOP_PAID, GROSSING otherwise it returns an empty array and cannot create clusterUrl
CLUSTER_NAMES
TOP_FREE, TOP_PAID, GROSSING
clusterUrl
gplay.list({ category: gplay.category.COMICS, collection: gplay.collection.TOP_FREE, num: 2 }) .then(console.log, console.log);
clusterUrl returns empty array
can you check if this still happens with the latest version?
Description:
CLUSTER_NAMES
mapping needs to be updated forTOP_FREE, TOP_PAID, GROSSING
otherwise it returns an empty array and cannot createclusterUrl
Example code:
Error message:
clusterUrl
returns empty array