Add open from clipboard

This commit is contained in:
Arkadiusz Fal
2022-11-10 21:47:27 +01:00
parent 4a26ef2839
commit 9eb8228fcf
3 changed files with 103 additions and 34 deletions

View File

@@ -82,6 +82,7 @@ struct OpenURLHandler {
player.hide()
navigation.presentingChannel = false
navigation.presentingPlaylist = false
navigation.presentingOpenVideos = false
}
private func urlByReplacingYatteeProtocol(_ url: URL, with urlProtocol: String = "https") -> URL! {