Marino Faggiana 6 лет назад
Родитель
Сommit
0e2c01fa42
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      iOSClient/Viewer/NCViewerMedia.swift

+ 1 - 0
iOSClient/Viewer/NCViewerMedia.swift

@@ -79,6 +79,7 @@ class NCViewerMedia: NSObject {
     override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChangeKey : Any]?, context: UnsafeMutableRawPointer?) {
         
         if keyPath == "rate" {
+            
             if appDelegate.player?.rate != nil {
                 print("start")
             } else {