CantPlay
struct CantPlay : View
SwiftUI View
for message that we can’t play a video
-
The video that we can’t play
Declaration
Swift
let video: any KodiItem
-
Details of the message
Declaration
Swift
var details: String { get }
-
The body of the
View
Declaration
Swift
var body: some View { get }