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
View
Declaration
Swift
var body: some View
-
Get random items from the library
Declaration
Swift
private var getRandomAlbums: [Audio.Details.Album]