fix(arr): clear subtitle attempts on language drop

Removing a language from wanted_languages left its subtitle_attempts
rows behind, resurrecting stale backoff on re-add (#224).
This commit is contained in:
Miguel Palhas
2026-08-25 05:32:08 +01:00
parent e0e7ddf6de
commit 3cc9ab4aff
3 changed files with 134 additions and 1 deletions
@@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "DELETE FROM subtitle_attempts WHERE language = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "74178ac3ec41aa8a5ce164103a8d8301cb555eea2fa5d655a7365fd02c557cce"
}