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
7e6989dbbd
commit
72b7ea5c49
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ module.exports = {
|
||||||
.required(),
|
.required(),
|
||||||
native_name: Joi.string()
|
native_name: Joi.string()
|
||||||
.regex(/^[^",]+$/)
|
.regex(/^[^",]+$/)
|
||||||
|
.invalid(Joi.ref('name'))
|
||||||
.allow(null),
|
.allow(null),
|
||||||
network: Joi.string().allow(null),
|
network: Joi.string().allow(null),
|
||||||
country: Joi.string()
|
country: Joi.string()
|
||||||
|
|
Loading…
Reference in a new issue