Artists
struct Artists: View
View all artists
-
The AppState model
Declaration
Swift
private var appState
-
The KodiConnector model
Declaration
Swift
private var kodi
-
The current artist
Declaration
Swift
private var artists: [Audio.Details.Artist] = []
-
The current
MusicVideosRouter
Declaration
Swift
var router: Router
-
The status of loading the queue
Declaration
Swift
private var status: ViewStatus = .loading
-
Define the grid layout
Declaration
Swift
private let grid = [GridItem(.adaptive(minimum: 220))]
-
The body of the
View
Declaration
Swift
var body: some View