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
ViewDeclaration
Swift
var body: some View -
View videos from an album of an artist
See moreDeclaration
Swift
struct Album: View -
View videos and albums for one artist
See moreDeclaration
Swift
struct Artist: View -
View all artists
See moreDeclaration
Swift
struct Artists: View -
SwiftUI
See moreViewfor a music video in a listDeclaration
Swift
struct ListItem: View -
Play SwiftUI button
Declaration
Swift
static func playButton(host: HostItem, item: Video.Details.MusicVideo) -> some ViewParameters
itemThe
KodiItemReturn Value
SwiftUI button
-
SwiftUI button to play an album
See moreDeclaration
Swift
struct PlayAlbumButton: View
View on GitHub