Refactor page content generators
This commit is contained in:
@ -5,7 +5,7 @@ struct ContentPageVideo: HtmlProducer {
|
||||
|
||||
let videoType: String
|
||||
|
||||
let options: [VideoOption]
|
||||
let options: [VideoCommand.Option]
|
||||
|
||||
func populate(_ result: inout String) {
|
||||
result += "<video\(optionString)>Video not supported."
|
||||
|
Reference in New Issue
Block a user