From ea2cf89699f26097493c211c6e1d4d1a6e98a5ed Mon Sep 17 00:00:00 2001
From: Aleksandr Statciuk <github@oiya.xyz>
Date: Fri, 20 Jan 2023 19:05:36 +0300
Subject: [PATCH] Update update.js

---
 scripts/commands/readme/update.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/scripts/commands/readme/update.js b/scripts/commands/readme/update.js
index 003a60b89..3d2b969a0 100644
--- a/scripts/commands/readme/update.js
+++ b/scripts/commands/readme/update.js
@@ -58,6 +58,12 @@ async function createCountryTable() {
         channels: item.count,
         playlist: `<code>https://iptv-org.github.io/iptv/${item.filepath}</code>`
       })
+    } else if (code === 'int') {
+      rows.push({
+        name: `🌍 International`,
+        channels: item.count,
+        playlist: `<code>https://iptv-org.github.io/iptv/${item.filepath}</code>`
+      })
     } else {
       const subdivision = await api.subdivisions.find({ code: code.toUpperCase() })
       if (subdivision) {