From 93d677a17336ad8603047c8e03cc2d4dbbf23193 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 9 Nov 2021 09:25:26 +0300 Subject: [PATCH] Update tvtv.us.config.js --- sites/tvtv.us/tvtv.us.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sites/tvtv.us/tvtv.us.config.js b/sites/tvtv.us/tvtv.us.config.js index ea060e1a..af3d58d6 100644 --- a/sites/tvtv.us/tvtv.us.config.js +++ b/sites/tvtv.us/tvtv.us.config.js @@ -15,6 +15,8 @@ module.exports = { }/listings?start=${date.format()}&end=${date.add(1, 'd').format()}` }, logo: async function ({ channel }) { + if (channel.logo) return channel.logo + return await axios .get(`https://tvtv.us/tvm/t/tv/v4/stations/${channel.site_id}`) .then(r =>