feat(daemon): manual episode/season triggers

This commit is contained in:
Miguel Palhas
2026-08-23 18:24:50 +01:00
parent e4c49b75de
commit 39e6bce2a0
11 changed files with 1031 additions and 5 deletions
@@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE episodes SET search_attempts = 0, last_searched_at = NULL,\n updated_at = strftime('%Y-%m-%dT%H:%M:%fZ', 'now')\n WHERE season_id = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "37622919b83dba5d63d2420fb0d8036f72347fbbbf8836e1ad495bfa66e6ebfc"
}