mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-28 22:49:39 -05:00
27 lines
947 B
TypeScript
27 lines
947 B
TypeScript
export enum QueryKeys {
|
|
AddToQueue = "ADD_TO_QUEUE",
|
|
AlbumTracks = "ALBUM_TRACKS",
|
|
Api = "API",
|
|
ArtistAlbums = "ARTIST_ALBUMS",
|
|
ArtistById = "ARTIST_BY_ID",
|
|
Credentials = "CREDENTIALS",
|
|
ItemImage = "IMAGE_BY_ITEM_ID",
|
|
Libraries = "LIBRARIES",
|
|
Pause = "PAUSE",
|
|
Play = "PLAY",
|
|
Playlists = "PLAYLISTS",
|
|
Progress = "PROGRESS",
|
|
PlayQueue = "PLAY_QUEUE",
|
|
PublicApi = "PUBLIC_API",
|
|
PublicSystemInfo = "PUBLIC_SYSTEM_INFO",
|
|
RemoveFromQueue = "REMOVE_FROM_QUEUE",
|
|
RemoveMultipleFromQueue = "REMOVE_MULTIPLE_FROM_QUEUE",
|
|
ReportPlaybackPosition = "REPORT_PLAYBACK_POSITION",
|
|
ReportPlaybackStarted = "REPORT_PLAYBACK_STARTED",
|
|
ReportPlaybackStopped = "REPORT_PLAYBACK_STOPPED",
|
|
ServerUrl = "SERVER_URL",
|
|
Playlist = "Playlist",
|
|
RecentlyPlayed = "RecentlyPlayed",
|
|
RecentlyPlayedArtists = "RecentlyPlayedArtists",
|
|
ArtistFeaturedAlbums = "ArtistFeaturedAlbums",
|
|
} |