Update tv.lv.config.js

This commit is contained in:
Aleksandr Statciuk 2021-11-17 13:44:17 +03:00
parent e2f2996e3e
commit 3287083857

View file

@ -7,6 +7,9 @@ module.exports = {
'DD-MM-YYYY' 'DD-MM-YYYY'
)}?filter=channel&subslug=${channel.site_id}` )}?filter=channel&subslug=${channel.site_id}`
}, },
request: {
timeout: 10000
},
logo: function ({ content }) { logo: function ({ content }) {
const data = JSON.parse(content) const data = JSON.parse(content)
const logo = const logo =