marinofaggiana 6 years ago
parent
commit
9f085f719e

+ 0 - 12
Carthage/Checkouts/CocoaLumberjack/CHANGELOG.md

@@ -1,15 +1,3 @@
-## [3.5.2 - Xcode 10.1 on 15th, 2019](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.5.2)
-
-### Public
-- Fix reusing of log files after rolling (#1042)
-- Fix creation of too many log files (#1049)
-- Preliminary compatibility with Swift 5 (backwards compatible with Swift 4) (#1044)
-- core: loggers os logger variations have been added (#1039)
-
-### Internal
-- Sync internal queues to prevent cleaning up log files too soon in tests (#1053)
-- DDLog checks for NULL values and for global queue dispatching has been added (#1045)
-
 ## [3.5.1 - Xcode 10 on Feb 4th, 2019](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.5.1)
 
 ### Public

+ 2 - 1
iOSClient/Viewer/NCViewerMedia.swift

@@ -97,7 +97,8 @@ class NCViewerMedia: NSObject {
             
             // Save cache
             if !CCUtility.fileProviderStorageExists(self.metadata.fileID, fileNameView:self.metadata.fileNameView) {
-                guard let url = KTVHTTPCache.cacheCompleteFileURLIfExisted(with: self.videoURL) else {
+                
+                guard let url = KTVHTTPCache.cacheCompleteFileURL(with: self.videoURL) else {
                     return
                 }