|
@@ -90,9 +90,7 @@ class NCPlayer: NSObject {
|
|
|
}
|
|
|
self.durationSeconds = CMTimeGetSeconds(duration)
|
|
|
self.saveDurationSeconds(self.durationSeconds)
|
|
|
-
|
|
|
- playerToolBar?.setBarPlayer(ncplayer: self)
|
|
|
-
|
|
|
+ self.playerToolBar?.setBarPlayer(ncplayer: self)
|
|
|
self.generatorImagePreview()
|
|
|
}
|
|
|
break
|