marinofaggiana hace 4 años
padre
commit
76a814d101
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      iOSClient/Viewer/NCViewerVideoAudio/NCViewerVideoAudio.swift

+ 0 - 7
iOSClient/Viewer/NCViewerVideoAudio/NCViewerVideoAudio.swift

@@ -76,13 +76,6 @@ class NCViewerVideoAudio: AVPlayerViewController {
     override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChangeKey : Any]?, context: UnsafeMutableRawPointer?) {
         
         if keyPath != nil && keyPath == "rate" {
-            
-            if player?.rate == 1 {
-                print("start")
-            } else {
-                print("pause")
-            }
-            
             NCKTVHTTPCache.shared.saveCache(metadata: metadata)
         }
     }