mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 19:38:13 +00:00
Initial PeerTube Support
This commit is contained in:
@@ -21,7 +21,7 @@ extension PlayerModel {
|
||||
guard let playerInstance else { return }
|
||||
|
||||
logger.info("loading streams from \(playerInstance.description)")
|
||||
fetchStreams(playerAPI.video(video.videoID), instance: playerInstance, video: video)
|
||||
fetchStreams(playerAPI(video).video(video.videoID), instance: playerInstance, video: video)
|
||||
}
|
||||
|
||||
private func fetchStreams(
|
||||
|
Reference in New Issue
Block a user