Merge pull request #238 from jellyfin/openapi-update-0

Update OpenAPI to 10.8.4
This commit is contained in:
Bill Thornton 2022-09-05 22:52:35 -04:00 committed by GitHub
commit 7d1fdc841e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
openapi.json vendored
View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31ae0a413a5769443b991c40f8fa3764aa7dde25dc2826a1812c4a7e14e372f0
oid sha256:89aa87c1ec45c098c2d0b5a4351e3aeeafa5141dfce21e1f0c4005cd69d9da57
size 850072

View File

@ -17,7 +17,7 @@ export interface JellyfinParameters {
}
/** The current API version of the generated client. */
export const API_VERSION = '10.8.1';
export const API_VERSION = '10.8.4';
/** The minimum supported server version. */
export const MINIMUM_VERSION = '10.8.0';