From 9b19730c0717651cef08588a6b3371cb8ec0b02f Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 27 Oct 2021 10:43:43 +0300 Subject: [PATCH] Update dstv.com.config.js --- sites/dstv.com/dstv.com.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/dstv.com/dstv.com.config.js b/sites/dstv.com/dstv.com.config.js index cbd2acdf..dd2e3213 100644 --- a/sites/dstv.com/dstv.com.config.js +++ b/sites/dstv.com/dstv.com.config.js @@ -20,6 +20,7 @@ module.exports = { )}` }, async logo({ channel }) { + if (channel.logo) return channel.logo const [bouquetId, channelId] = channel.site_id.split('#') const url = `https://guide.dstv.com/api/channel/fetchChannelsByGenresInBouquet?bouquetId=${bouquetId}&genre=all` const result = await axios