diff --git a/scripts/commands/guides/update.js b/scripts/commands/guides/update.js index b2ac326b..fb7e1a98 100644 --- a/scripts/commands/guides/update.js +++ b/scripts/commands/guides/update.js @@ -133,7 +133,7 @@ async function generateByCountry() { for (let channel of channels) { let result = { - groupedBy: 'broadcast_area', + groupedBy: 'country', country: country.code, lang: channel.lang, site: channel.site,