Sonarr v3 shim for Jellyseerr (#84)
ci / web (push) Successful in 55s
ci / rust (push) Successful in 1m36s
e2e / e2e (push) Successful in 1m24s

This commit was merged in pull request #84.
This commit is contained in:
2026-08-22 23:33:09 +01:00
parent f38fb1277b
commit 38bd4102bb
11 changed files with 1009 additions and 11 deletions
@@ -0,0 +1,26 @@
{
"db_name": "SQLite",
"query": "SELECT title_id AS \"title_id!: i64\", owner_id AS \"owner_id!: i64\"\n FROM title_owners WHERE title_kind = 'series' ORDER BY owner_id",
"describe": {
"columns": [
{
"name": "title_id!: i64",
"ordinal": 0,
"type_info": "Integer"
},
{
"name": "owner_id!: i64",
"ordinal": 1,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false
]
},
"hash": "f4659aa8838d2572b24da09ec4efb538474842113d3f1f7c36d7f33f23ce65e8"
}