Marino Faggiana il y a 6 ans
Parent
commit
0e2c01fa42
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {