Rename variable

This commit is contained in:
René Preuß
2023-08-06 17:25:26 +02:00
parent 5f96ca82ea
commit a67f136697
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ const defaults: Settings = {
version: '1.0.1', version: '1.0.1',
credentials: null, credentials: null,
endpoint: 'https://api.rerunmanager.com/v1/', endpoint: 'https://api.rerunmanager.com/v1/',
deleteOnComplete: true, keep_encoded_file: true,
output: { output: {
video: { video: {
encoder: 'libx264', encoder: 'libx264',

2
shared/schema.d.ts vendored
View File

@@ -33,7 +33,7 @@ export interface Settings {
version?: string // version of the settings schema (diff will force a reset) version?: string // version of the settings schema (diff will force a reset)
credentials?: Credentials | null credentials?: Credentials | null
endpoint?: string | null endpoint?: string | null
deleteOnComplete?: boolean keep_encoded_file?: boolean
output?: { output?: {
video: { video: {
encoder: 'libx264' | 'nvenc_h264' encoder: 'libx264' | 'nvenc_h264'