Update allente.se.config.js

This commit is contained in:
Aleksandr Statciuk 2021-11-18 17:58:12 +03:00
parent f8f03cd09b
commit d0ac31d659

View file

@ -8,9 +8,6 @@ module.exports = {
return `https://cs-vcb.allente.${country}/epg/events?date=${date.format('YYYY-MM-DD')}` return `https://cs-vcb.allente.${country}/epg/events?date=${date.format('YYYY-MM-DD')}`
}, },
request: {
timeout: 10000
},
logo({ channel }) { logo({ channel }) {
return channel.logo return channel.logo
}, },