Update watchyour.tv.config.js

This commit is contained in:
freearhey 2023-12-02 15:31:47 +03:00
parent 46a5f79943
commit cb56dc9184

View file

@ -34,6 +34,7 @@ module.exports = {
.catch(console.log) .catch(console.log)
return data.map(item => ({ return data.map(item => ({
lang: 'en',
site_id: item.id, site_id: item.id,
name: item.name name: item.name
})) }))