mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
now playing header now shows context menu
fixed now playing image gradient
This commit is contained in:
@@ -80,6 +80,8 @@ export type ListableItem = Song | AlbumListItem | Artist | PlaylistListItem
|
||||
|
||||
export type HomeLists = { [key: string]: AlbumListItem[] }
|
||||
|
||||
export type StarrableItemType = 'song' | 'album' | 'artist'
|
||||
|
||||
export enum CacheItemType {
|
||||
coverArt,
|
||||
artistArt,
|
||||
|
||||
Reference in New Issue
Block a user