diff --git a/src/types.ts b/src/types.ts index 470dc51..e9e8294 100644 --- a/src/types.ts +++ b/src/types.ts @@ -12,6 +12,12 @@ export enum Item { Playlist = 'playlist', } +export enum Play { + Play = 'play', + Next = 'next', + Later = 'later', +} + export type ServerType = Server.Subsonic | Server.Jellyfin; export type APIEndpoints =