From 2e24450dc2927024c53b4819885565f52085ba5b Mon Sep 17 00:00:00 2001 From: SpaceMonkey Date: Mon, 9 Jun 2025 23:46:55 +0200 Subject: [PATCH] Add direct file edit disclaimer --- .forgejo/scripts/countries.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.forgejo/scripts/countries.js b/.forgejo/scripts/countries.js index b58fa84..4a2647f 100644 --- a/.forgejo/scripts/countries.js +++ b/.forgejo/scripts/countries.js @@ -44,7 +44,12 @@ function splitByGroup(filePath) { // Initialize the group if it doesn't exist if (!groups[currentGroupTitle]) { - groups[currentGroupTitle] = ['#EXTM3U']; + groups[currentGroupTitle] = [ + '#EXTM3U', + '# WARNING: This file is auto-generated from mystique.m3u', + '# Do not edit this file directly - edit the main mystique.m3u instead', + '#' + ]; } } else if (isInEntry) { // Add the line to the current entry