Sonarr v3 shim for Jellyseerr (#84)
This commit was merged in pull request #84.
This commit is contained in:
+26
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user