Contributors
struct Contributors : Codable, Identifiable, Equatable, Hashable, Sendable
The artist and the role they contribute to a song (Global Kodi Type)
-
Computed values
The ID of the contributor
Declaration
Swift
public var id: Int { get }
-
Audio.Contributors
The ID of the artist
Declaration
Swift
public var artistID: Library.ID
-
The name of the artist
Declaration
Swift
public var name: String
-
The role of the artist
Declaration
Swift
public var role: String
-
The ID of the role
Declaration
Swift
public var roleID: Library.ID