Album
struct Album: View
View videos from an album of an artist
-
The album
Declaration
Swift
let album: Video.Details.MusicVideoAlbum -
The KodiConnector model
Declaration
Swift
private var kodi -
The current
MusicVideosRouterDeclaration
Swift
var router: Router -
Define the grid layout
Declaration
Swift
private let grid = [GridItem(.adaptive(minimum: 320))] -
The body of the
ViewDeclaration
Swift
var body: some View
View on GitHub