forked from Mystique-Play/Mystique
Add direct file edit disclaimer
This commit is contained in:
parent
fef7601295
commit
2e24450dc2
1 changed files with 6 additions and 1 deletions
|
@ -44,7 +44,12 @@ function splitByGroup(filePath) {
|
||||||
|
|
||||||
// Initialize the group if it doesn't exist
|
// Initialize the group if it doesn't exist
|
||||||
if (!groups[currentGroupTitle]) {
|
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) {
|
} else if (isInEntry) {
|
||||||
// Add the line to the current entry
|
// Add the line to the current entry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue