Artwork
struct Artwork : Codable, Equatable, Hashable, Sendable
Artwork for a Media item (Global Kodi Type)
-
Public init
Declaration
Swift
public init()
-
Media.Artwork
Declaration
Swift
public var banner: String
-
Undocumented
Declaration
Swift
public var fanart: String
-
The poster of the item
Declaration
Swift
public var poster: String
-
Undocumented
Declaration
Swift
public var thumb: String
-
Undocumented
Declaration
Swift
public var icon: String
-
Song art: the poster of the album
Declaration
Swift
public var albumThumb: String
-
Episode art: the poster of the season
Declaration
Swift
public var seasonPoster: String
-
Custom decoder
Declaration
Swift
init(from decoder: Decoder) throws