Add direct file edit disclaimer

This commit is contained in:
SpaceMonkey 2025-06-09 23:46:55 +02:00
parent fef7601295
commit 2e24450dc2

View file

@ -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