Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Update unstable OpenAPI client
Browse files Browse the repository at this point in the history
  • Loading branch information
Jellyfin Packaging Team committed Aug 24, 2021
1 parent 39205ed commit a0c0108
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions unstable/models/base-item-kind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export enum BaseItemKind {
Genre = 'Genre',
ManualPlaylistsFolder = 'ManualPlaylistsFolder',
Movie = 'Movie',
LiveTvChannel = 'LiveTvChannel',
LiveTvProgram = 'LiveTvProgram',
MusicAlbum = 'MusicAlbum',
MusicArtist = 'MusicArtist',
MusicGenre = 'MusicGenre',
Expand All @@ -43,6 +45,7 @@ export enum BaseItemKind {
Photo = 'Photo',
PhotoAlbum = 'PhotoAlbum',
Playlist = 'Playlist',
PlaylistsFolder = 'PlaylistsFolder',
Program = 'Program',
Recording = 'Recording',
Season = 'Season',
Expand Down
2 changes: 1 addition & 1 deletion unstable/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion unstable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jellyfin/client-axios",
"version": "10.8.0-unstable+8a460fc",
"version": "10.8.0-unstable+e15fea5",
"description": "Jellyfin API client using axios",
"author": "Jellyfin Contributors",
"keywords": [
Expand Down

0 comments on commit a0c0108

Please sign in to comment.