diff --git a/src/commands/upload/main.rs b/src/commands/upload/main.rs index d04f43a..65b7435 100644 --- a/src/commands/upload/main.rs +++ b/src/commands/upload/main.rs @@ -718,7 +718,6 @@ fn run_two_queue_pipeline( let user_id = user_id.to_string(); let upload_request_id = upload_request_id.to_string(); let disable_description_generation = args.disable_description_generation; - let local_encoding = args.local_encoding; // local_encoding true → use qualities (no server proxies when omit); local_encoding false → use generate_proxy (default 720 when omit) let generate_proxy = args.generate_proxy.clone().or_else(|| { if args.local_encoding { diff --git a/src/tellers_api/openapi.tellers_public_api.yaml b/src/tellers_api/openapi.tellers_public_api.yaml index 5df2cd0..ff34276 100644 --- a/src/tellers_api/openapi.tellers_public_api.yaml +++ b/src/tellers_api/openapi.tellers_public_api.yaml @@ -1947,17 +1947,17 @@ components: title: Override Entity Ids generate_proxy: items: - type: integer + type: string enum: - - 360 - - 480 - - 720 - - 1080 - - 2160 + - '360' + - '480' + - '720' + - '1080' + - '2160' type: array title: Generate Proxy default: - - 720 + - '720' type: object required: - assets