فهرست منبع

coding

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana 3 سال پیش
والد
کامیت
9da46fa33a
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayer.swift

+ 0 - 1
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayer.swift

@@ -254,7 +254,6 @@ class NCPlayer: NSObject {
     func videoSeek(time: CMTime) {
         
         appDelegate.player?.seek(to: time)
-        playerToolBar?.updateToolBar(timeSeek: time)
         self.saveTime(time)
     }