Files
jellyfin-audio-player/src/screens/types.ts
Lei Nelissen c88158cf16 (1) Play whole album when selecting a single track
(2) Create popup window on track long-press in which the track can be added to the end or front of the queue
(3) Add Redux counter for added tracks so that the queue is properly updated
2020-08-28 16:28:49 +02:00

4 lines
112 B
TypeScript

export interface ModalStackParams {
SetJellyfinServer: undefined;
TrackPopupMenu: { trackId: string };
}