Changed random movies
This commit is contained in:
parent
a9130a8432
commit
00cd1fc71b
4 changed files with 12 additions and 12 deletions
|
@ -138,8 +138,8 @@ module.exports = {
|
|||
"status": true,
|
||||
"data": {
|
||||
"count": 20,
|
||||
"width": "50px",
|
||||
"height": "70px"
|
||||
"width": "100px",
|
||||
"height": "140px"
|
||||
}
|
||||
},
|
||||
"player": {
|
||||
|
|
|
@ -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
2
lib/CP_get.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue