websocket fix

This commit is contained in:
2025-10-24 20:10:40 +02:00
parent 731fd56768
commit 4e08d81bb0
5 changed files with 28 additions and 28 deletions

View File

@@ -16,6 +16,8 @@
"path": "data/backups",
"keep_days": 30
},
"other": {},
"other": {
"anime_directory": "/home/lukas/Volume/serien/"
},
"version": "1.0.0"
}

View File

@@ -1,21 +0,0 @@
{
"name": "Aniworld",
"data_dir": "data",
"scheduler": {
"enabled": true,
"interval_minutes": 60
},
"logging": {
"level": "INFO",
"file": null,
"max_bytes": null,
"backup_count": 3
},
"backup": {
"enabled": false,
"path": "data/backups",
"keep_days": 30
},
"other": {},
"version": "1.0.0"
}