fix scrubbing tvos
This commit is contained in:
parent
e21aa66372
commit
1f199dc4f8
|
@ -657,8 +657,6 @@ extension VLCPlayerViewController: VLCMediaPlayerDelegate {
|
||||||
viewModel.sliderPercentage = Double(vlcMediaPlayer.position)
|
viewModel.sliderPercentage = Double(vlcMediaPlayer.position)
|
||||||
}
|
}
|
||||||
|
|
||||||
viewModel.sliderPercentage = Double(vlcMediaPlayer.position)
|
|
||||||
|
|
||||||
// Have to manually set playing because VLCMediaPlayer doesn't
|
// Have to manually set playing because VLCMediaPlayer doesn't
|
||||||
// properly set it itself
|
// properly set it itself
|
||||||
if abs(currentPlayerTicks - lastPlayerTicks) >= 10_000 {
|
if abs(currentPlayerTicks - lastPlayerTicks) >= 10_000 {
|
||||||
|
|
Loading…
Reference in New Issue