Browse Source

Remote Command Center // Test

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana 3 years ago
parent
commit
a4720a929a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

+ 2 - 0
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

@@ -179,6 +179,7 @@ class NCPlayerToolBar: UIView {
                         
         self.ncplayer = ncplayer
         self.metadata = metadata
+        self.image = image
                 
         if let durationTime = NCManageDatabase.shared.getVideoDurationTime(metadata: ncplayer.metadata) {
         
@@ -192,6 +193,7 @@ class NCPlayerToolBar: UIView {
             labelCurrentTime.text = NCUtility.shared.stringFromTime(.zero)
             labelOverallDuration.text = "-" + NCUtility.shared.stringFromTime(durationTime)
         }
+        
         setupRemoteTransportControls()
         updateToolBar(timeSeek: timeSeek)