Skip to content

Commit

Permalink
Merge pull request #321 from jellyfin/openapi-update-0
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored Nov 1, 2022
2 parents c1f8ad5 + 27f0ba1 commit 4b736d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openapi.json
Git LFS file not shown
3 changes: 2 additions & 1 deletion src/generated-client/models/media-stream-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export enum MediaStreamType {
Audio = 'Audio',
Video = 'Video',
Subtitle = 'Subtitle',
EmbeddedImage = 'EmbeddedImage'
EmbeddedImage = 'EmbeddedImage',
Data = 'Data'
}


Expand Down
2 changes: 1 addition & 1 deletion src/jellyfin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface JellyfinParameters {
}

/** The current API version of the generated client. */
export const API_VERSION = '10.8.6';
export const API_VERSION = '10.8.7';

/** The minimum supported server version. */
export const MINIMUM_VERSION = '10.8.0';
Expand Down

0 comments on commit 4b736d5

Please sign in to comment.