Update generated sources to 10.8.10

This commit is contained in:
jellyfin-bot 2023-04-23 17:59:20 +00:00
parent 458f978e5c
commit 5d6cf290cc
3 changed files with 9 additions and 9 deletions

4
openapi.json vendored
View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbad603f55b6381c5f7c6552409497c050509ca28d32ec8d5015702f87e429bd
size 849915
oid sha256:937e91666a3721e826982a40c07c09f2acef12997d9f5910e63f28e76ae3d791
size 849910

View File

@ -109,6 +109,12 @@ export interface EncodingOptions {
* @memberof EncodingOptions
*/
'TonemappingAlgorithm'?: string | null;
/**
*
* @type {string}
* @memberof EncodingOptions
*/
'TonemappingMode'?: string | null;
/**
*
* @type {string}
@ -121,12 +127,6 @@ export interface EncodingOptions {
* @memberof EncodingOptions
*/
'TonemappingDesat'?: number;
/**
*
* @type {number}
* @memberof EncodingOptions
*/
'TonemappingThreshold'?: number;
/**
*
* @type {number}

View File

@ -5,7 +5,7 @@
*/
/** The current API version of the generated client. */
export const API_VERSION = '10.8.9';
export const API_VERSION = '10.8.10';
/** The minimum supported server version. */
export const MINIMUM_VERSION = '10.8.1';