Update tvtv.us.config.js

This commit is contained in:
Aleksandr Statciuk 2021-11-09 09:25:26 +03:00
parent 54ee9678c7
commit 93d677a173

View file

@ -15,6 +15,8 @@ module.exports = {
}/listings?start=${date.format()}&end=${date.add(1, 'd').format()}` }/listings?start=${date.format()}&end=${date.add(1, 'd').format()}`
}, },
logo: async function ({ channel }) { logo: async function ({ channel }) {
if (channel.logo) return channel.logo
return await axios return await axios
.get(`https://tvtv.us/tvm/t/tv/v4/stations/${channel.site_id}`) .get(`https://tvtv.us/tvm/t/tv/v4/stations/${channel.site_id}`)
.then(r => .then(r =>