XQMuse/Root/Other/View/VideoView.swift
@@ -45,6 +45,14 @@ } } func updateVideoUrl(_ url:String){ if let Url = URL(string: url){ player.url = Url player.play() } } required init?(coder: NSCoder) { fatalError("init(coder:) has not been implemented") }