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 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 moreView
for 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 View
Parameters
item
The
KodiItem
Return Value
SwiftUI button
-
SwiftUI button to play an album
See moreDeclaration
Swift
struct PlayAlbumButton: View