mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
Update channels.js
This commit is contained in:
parent
ad938d1c14
commit
68d87bc367
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ module.exports = {
|
||||||
.items(Joi.string().regex(/^[a-z]{3}$/))
|
.items(Joi.string().regex(/^[a-z]{3}$/))
|
||||||
.allow(''),
|
.allow(''),
|
||||||
categories: Joi.array().items(Joi.string().regex(/^[a-z]+$/)),
|
categories: Joi.array().items(Joi.string().regex(/^[a-z]+$/)),
|
||||||
is_nsfw: Joi.boolean().required(),
|
is_nsfw: Joi.boolean().strict().required(),
|
||||||
logo: Joi.string().uri().allow(null)
|
logo: Joi.string().uri().allow(null)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue