MusicVideosView

struct MusicVideosView: View

SwiftUI View for the music videos

  • The current Router for Music Videos

    Declaration

    Swift

    private var router: Router = .musicVideos
  • The body of the View

    Declaration

    Swift

    var body: some View
  • View videos from an album of an artist

    See more

    Declaration

    Swift

    struct Album: View
  • View videos and albums for one artist

    See more

    Declaration

    Swift

    struct Artist: View
  • View all artists

    See more

    Declaration

    Swift

    struct Artists: View
  • SwiftUI View for a music video in a list

    See more

    Declaration

    Swift

    struct ListItem: View
  • Play SwiftUI button

    Declaration

    Swift

    static func playButton(host: HostItem, item: Video.Details.MusicVideo) -> some View

    Parameters

    item

    The KodiItem

    Return Value

    SwiftUI button

  • SwiftUI button to play an album

    See more

    Declaration

    Swift

    struct PlayAlbumButton: View