mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
playlist tab/view
This commit is contained in:
@@ -36,6 +36,18 @@ export interface AlbumWithSongs extends Album {
|
||||
songs: Song[]
|
||||
}
|
||||
|
||||
export interface PlaylistListItem {
|
||||
id: string
|
||||
name: string
|
||||
comment?: string
|
||||
coverArtThumbUri?: string
|
||||
}
|
||||
|
||||
export interface PlaylistWithSongs extends PlaylistListItem {
|
||||
songs: Song[]
|
||||
coverArtUri?: string
|
||||
}
|
||||
|
||||
export interface Song {
|
||||
id: string
|
||||
album?: string
|
||||
|
||||
Reference in New Issue
Block a user