Browse Source

Add "Play" type

master
jeffvli 3 years ago
committed by Jeff
parent
commit
09b869284c
  1. 6
      src/types.ts

6
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 =

Loading…
Cancel
Save