chore: remove paused state from schema.json enum

This commit is contained in:
Axel-CH
2025-03-21 20:13:04 -04:00
parent 7286568447
commit 50d60fad89

View File

@@ -1032,8 +1032,7 @@
"type": "string",
"enum": [
"running",
"stopped",
"paused"
"stopped"
]
},
"force_entry_enable": {