RandomItemsView
struct RandomItemsView: View
SwiftUI View with random items from the library
-
The randon albums
Declaration
Swift
private var albums: [Audio.Details.Album] = [] -
The KodiConnector model
Declaration
Swift
private var kodi -
The body of the
ViewDeclaration
Swift
var body: some View -
Get random items from the library
Declaration
Swift
private var getRandomAlbums: [Audio.Details.Album]
View on GitHub