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
ViewDeclaration
Swift
var body: some View { get }
View on GitHub
CantPlay Structure Reference