ArtistItem

struct ArtistItem : Identifiable

The struct for an artist item in the browser

  • id

    The unique ID

    Declaration

    Swift

    let id: UUID
  • Name of the artist

    Declaration

    Swift

    let name: String
  • Songs of the artist

    Declaration

    Swift

    let songs: [SongItem]