[create-pull-request] automated change (#54)
Co-authored-by: acvigue <acvigue@users.noreply.github.com>
This commit is contained in:
parent
eb5f21bf5d
commit
5122c66341
|
@ -386,7 +386,7 @@ class PlayerViewController: UIViewController, VLCMediaDelegate, VLCMediaPlayerDe
|
|||
|
||||
let rawStartTicks = manifest.userData?.playbackPositionTicks ?? 0
|
||||
|
||||
if(rawStartTicks != 0) {
|
||||
if rawStartTicks != 0 {
|
||||
let startSeconds = rawStartTicks / 10_000_000
|
||||
mediaPlayer.jumpForward(Int32(startSeconds))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue