소스 검색

Improved Video

marinofaggiana 4 년 전
부모
커밋
f48dc50412
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      iOSClient/Viewer/NCViewerVideoAudio/NCKTVHTTPCache.swift

+ 0 - 4
iOSClient/Viewer/NCViewerVideoAudio/NCKTVHTTPCache.swift

@@ -71,10 +71,6 @@ class NCKTVHTTPCache: NSObject {
     
     private func setupHTTPCache() {
         
-        if KTVHTTPCache.proxyIsRunning() {
-            KTVHTTPCache.proxyStop()
-        }
-        
         KTVHTTPCache.cacheSetMaxCacheLength(Int64(k_maxHTTPCache))
         
         if ProcessInfo.processInfo.environment["SIMULATOR_DEVICE_NAME"] != nil {