Version 1.1.2 - Modification User-Agent

This commit is contained in:
2025-08-29 12:26:25 +02:00
parent c613d67c60
commit b132041d16
3 changed files with 23 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ const __glob = {
MEDIA_DB: root + path.sep + "data" + path.sep + "media.json",
VERSION: version,
CHANGELOG_PATH: root + path.sep + "CHANGELOG.html",
COOKIES: root + path.sep + "data" + path.sep + "cookies.json"
}
module.exports = {__glob}