mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-28 14:39:33 -05:00
2e42fb0ea7
updating dependencies
5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
export enum QueuingType {
|
|
PlayingNext = "PLAYING_NEXT",
|
|
DirectlyQueued = "DIRECTLY_QUEUED",
|
|
FromSelection = "FROM_SELECTION"
|
|
} |