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

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)
credentials?: Credentials | null
endpoint?: string | null
deleteOnComplete?: boolean
keep_encoded_file?: boolean
output?: {
video: {
encoder: 'libx264' | 'nvenc_h264'