Initial PeerTube Support

This commit is contained in:
Arkadiusz Fal
2022-12-09 01:15:19 +01:00
parent 72ea17b257
commit faf2469e04
39 changed files with 816 additions and 92 deletions

View File

@@ -128,7 +128,7 @@ struct OpenVideosModel {
let parser = URLParser(url: url)
if parser.destination == .video, let id = parser.videoID {
video = Video(videoID: id)
video = Video(app: .local, videoID: id)
logger.info("identified remote video: \(id)")
} else {
video = .local(url)