e8bc766d4b
Two more fields on the subtitle settings row, validated on write — a base URL that does not parse is a 422 naming the field — and pushed into the cell the running backend and the health lamp both read.
13 lines
608 B
JSON
13 lines
608 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE subtitle_settings SET\n wanted_languages = ?, providers_enabled = ?, translation_engine = ?,\n provider_daily_budgets = ?, translator_daily_budgets = ?,\n remote_command_timeout_seconds = ?,\n openai_base_url = ?, openai_model = ?,\n updated_at = strftime('%Y-%m-%dT%H:%M:%fZ', 'now')\n WHERE id = 1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 8
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "eab2c4e7c21cd5d22a583c36dd2d79590e9ce55801c4b87b8db1b90f7b317225"
|
|
}
|