Roles

struct Roles : Codable, Identifiable, Equatable, Hashable, Sendable

The various roles contributed by an artist to one or more songs (Global Kodi Type)

  • id

    Computed values

    The ID of the role

    Declaration

    Swift

    public var id: Int { get }
  • The type of media

    Declaration

    Swift

    public var media: Library.Media
  • Audio.Artist.Roles

    The role of the artist

    Declaration

    Swift

    public var role: String
  • The ID of the role

    Declaration

    Swift

    public var roleID: Library.ID