mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Add playback rate control for Youtube & Vimeo
This commit is contained in:
@@ -88,6 +88,9 @@ final class TwitchEmbedImplementation: WebEmbedImplementation {
|
||||
func seek(timestamp: Double) {
|
||||
}
|
||||
|
||||
func setBaseRate(_ baseRate: Double) {
|
||||
}
|
||||
|
||||
func pageReady() {
|
||||
// Queue.mainQueue().after(delay: 0.5) {
|
||||
// if let onPlaybackStarted = self.onPlaybackStarted {
|
||||
|
||||
Reference in New Issue
Block a user