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