Roles
struct Roles : Codable, Identifiable, Equatable, Hashable, Sendable
The various roles contributed by an artist to one or more songs (Global Kodi Type)
-
Computed values
The ID of the role
Declaration
Swift
public var id: Int { get } -
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
View on GitHub
Roles Structure Reference