@jellyfin/sdk
Version:
A TypeScript SDK for Jellyfin.
59 lines (57 loc) • 1.56 kB
JavaScript
/* tslint:disable */
/* eslint-disable */
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Do not edit the class manually.
*
* Jellyfin API
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/**
* The base item kind.
* @export
* @enum {string}
*/
const BaseItemKind = {
AggregateFolder: 'AggregateFolder',
Audio: 'Audio',
AudioBook: 'AudioBook',
BasePluginFolder: 'BasePluginFolder',
Book: 'Book',
BoxSet: 'BoxSet',
Channel: 'Channel',
ChannelFolderItem: 'ChannelFolderItem',
CollectionFolder: 'CollectionFolder',
Episode: 'Episode',
Folder: 'Folder',
Genre: 'Genre',
ManualPlaylistsFolder: 'ManualPlaylistsFolder',
Movie: 'Movie',
LiveTvChannel: 'LiveTvChannel',
LiveTvProgram: 'LiveTvProgram',
MusicAlbum: 'MusicAlbum',
MusicArtist: 'MusicArtist',
MusicGenre: 'MusicGenre',
MusicVideo: 'MusicVideo',
Person: 'Person',
Photo: 'Photo',
PhotoAlbum: 'PhotoAlbum',
Playlist: 'Playlist',
PlaylistsFolder: 'PlaylistsFolder',
Program: 'Program',
Recording: 'Recording',
Season: 'Season',
Series: 'Series',
Studio: 'Studio',
Trailer: 'Trailer',
TvChannel: 'TvChannel',
TvProgram: 'TvProgram',
UserRootFolder: 'UserRootFolder',
UserView: 'UserView',
Video: 'Video',
Year: 'Year'
};
export { BaseItemKind };