ArtistItem
struct ArtistItem: Identifiable
The struct for an artist item in the browser
-
The unique ID
Declaration
Swift
var id: String
-
Name of the artist
Declaration
Swift
let name: String
-
Songs of the artist
Declaration
Swift
let songs: [SongItem]