Просмотр исходного кода

Test

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana 3 лет назад
Родитель
Сommit
f8472d06de

+ 4 - 1
iOSClient/Viewer/NCViewerMedia/NCViewerMedia.swift

@@ -394,6 +394,9 @@ class NCViewerMedia: UIViewController {
 
     func updateCommandCenter(ncplayer: NCPlayer, metadata: tableMetadata) {
 
+        // Clear
+        clearCommandCenter()
+        
         UIApplication.shared.beginReceivingRemoteControlEvents()
         var nowPlayingInfo = [String : Any]()
 
@@ -469,7 +472,7 @@ class NCViewerMedia: UIViewController {
         MPNowPlayingInfoCenter.default().nowPlayingInfo = nowPlayingInfo
     }
 
-    func disableCommandCenter() {
+    func clearCommandCenter() {
         
         UIApplication.shared.endReceivingRemoteControlEvents()
         MPNowPlayingInfoCenter.default().nowPlayingInfo = [:]

+ 1 - 2
iOSClient/Viewer/NCViewerMedia/NCViewerMediaZoom.swift

@@ -169,13 +169,12 @@ class NCViewerMediaZoom: UIViewController {
             }
             
             if let ncplayer = self.ncplayer {
-                print("xxxxxxx \(ncplayer.durationTime.seconds)")
                 self.viewerMedia?.updateCommandCenter(ncplayer: ncplayer, metadata: self.metadata)
             }
             
         } else {
             
-            viewerMedia?.disableCommandCenter()
+            viewerMedia?.clearCommandCenter()
         }
         
         // DOWNLOAD