mirror of
https://github.com/iptv-org/database.git
synced 2024-11-24 11:51:25 -05:00
Update channels.js
This commit is contained in:
parent
8fd3e590bc
commit
981d8d664e
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module.exports = {
|
||||||
.invalid(Joi.ref('name'))
|
.invalid(Joi.ref('name'))
|
||||||
.allow(null),
|
.allow(null),
|
||||||
network: Joi.string().allow(null),
|
network: Joi.string().allow(null),
|
||||||
|
owner: Joi.string().allow(null),
|
||||||
country: Joi.string()
|
country: Joi.string()
|
||||||
.regex(/^[A-Z]{2}$/)
|
.regex(/^[A-Z]{2}$/)
|
||||||
.required(),
|
.required(),
|
||||||
|
|
Loading…
Reference in a new issue