@ -11928,7 +11928,7 @@
"nullable": true
},
"source": {
"$ref": "#/components/schemas/Source"
"$ref": "#/components/schemas/QualitySource"
"resolution": {
"type": "integer",
@ -12061,6 +12061,21 @@
"additionalProperties": false
"QualitySource": {
"enum": [
"unknown",
"cam",
"telesync",
"telecine",
"workprint",
"dvd",
"tv",
"webdl",
"webrip",
"bluray"
],
"type": "string"
"QueueBulkResource": {
"type": "object",
"properties": {
@ -12661,21 +12676,6 @@
"Source": {
"SourceType": {
"tmdb",