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

    @EnvironmentObject
    var kodi: KodiConnector { get }
  • The current MusicVideosRouter

    Declaration

    Swift

    @Binding
    var router: Router { get nonmutating set }
  • Define the grid layout

    Declaration

    Swift

    private let grid: [GridItem]
  • The body of the View

    Declaration

    Swift

    var body: some View { get }