mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 01:50:04 -04:00
Add country subdivisions codes to the country lists
This commit is contained in:
parent
e1adac57b7
commit
332600501b
2 changed files with 8 additions and 1 deletions
|
@ -35,5 +35,6 @@ api.categories = new API(`${DATA_DIR}/categories.json`)
|
|||
api.languages = new API(`${DATA_DIR}/languages.json`)
|
||||
api.regions = new API(`${DATA_DIR}/regions.json`)
|
||||
api.blocklist = new API(`${DATA_DIR}/blocklist.json`)
|
||||
api.subdivisions = new API(`${DATA_DIR}/subdivisions.json`)
|
||||
|
||||
module.exports = api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue