Browse Source

Improved Video

marinofaggiana 4 years ago
parent
commit
f48dc50412
1 changed files with 0 additions and 4 deletions
  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 {