Changed random movies

This commit is contained in:
zeldaroot 2019-10-17 04:23:31 +03:00
parent a9130a8432
commit 00cd1fc71b
4 changed files with 12 additions and 12 deletions

View file

@ -138,8 +138,8 @@ module.exports = {
"status": true,
"data": {
"count": 20,
"width": "50px",
"height": "70px"
"width": "100px",
"height": "140px"
}
},
"player": {

View file

@ -138,8 +138,8 @@ module.exports = {
"status": true,
"data": {
"count": 20,
"width": "50px",
"height": "70px"
"width": "100px",
"height": "140px"
}
},
"player": {

2
lib/CP_get.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -594,7 +594,7 @@ function randomCategory(type, key, options, callback) {
case config.urls.year:
CP_get.movies(
{ year: key },
2525,
252,
undefined,
undefined,
undefined,
@ -614,7 +614,7 @@ function randomCategory(type, key, options, callback) {
case config.urls.genre:
CP_get.movies(
{ genre: key },
2525,
252,
undefined,
undefined,
undefined,
@ -634,7 +634,7 @@ function randomCategory(type, key, options, callback) {
case config.urls.country:
CP_get.movies(
{ country: key },
2525,
252,
undefined,
undefined,
undefined,
@ -654,7 +654,7 @@ function randomCategory(type, key, options, callback) {
case config.urls.actor:
CP_get.movies(
{ actor: key },
2525,
252,
undefined,
undefined,
undefined,
@ -674,7 +674,7 @@ function randomCategory(type, key, options, callback) {
case config.urls.director:
CP_get.movies(
{ director: key },
2525,
252,
undefined,
undefined,
undefined,
@ -694,7 +694,7 @@ function randomCategory(type, key, options, callback) {
case config.urls.type:
CP_get.movies(
{ type: key },
2525,
252,
undefined,
undefined,
undefined,
@ -714,7 +714,7 @@ function randomCategory(type, key, options, callback) {
case config.urls.search:
CP_get.movies(
{ search: key },
2525,
252,
undefined,
undefined,
undefined,