From 1795d2dc39245b7c4e1407a38f6d2c8ce7af0840 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 28 Sep 2021 01:23:22 +0300 Subject: [PATCH] Update mi.tv.config.js --- sites/mi.tv.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/mi.tv.config.js b/sites/mi.tv.config.js index 25995376..115c95e4 100644 --- a/sites/mi.tv.config.js +++ b/sites/mi.tv.config.js @@ -14,7 +14,7 @@ module.exports = { output: '.gh-pages/guides/mi.tv.guide.xml', url({ date, channel }) { const [country, id] = channel.site_id.split('#') - console.log(`https://mi.tv/${country}/async/channel/${id}/${date.format('YYYY-MM-DD')}/0`) + return `https://mi.tv/${country}/async/channel/${id}/${date.format('YYYY-MM-DD')}/0` }, logo({ content }) {