Update idle timer when jumping in VLC player

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller 2024-08-06 21:35:35 +02:00
Родитель d15d6ea3cc
Коммит a8477b83b1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -234,6 +234,7 @@ import MobileVLCKit
mediaPlayer.jumpBackward(Self.jumpInterval)
updateInformation()
updateIdleTimer()
}
@IBAction func jumpForwardButtonTap(_ sender: Any) {
@ -253,6 +254,7 @@ import MobileVLCKit
}
updateInformation()
updateIdleTimer()
}
@IBAction func playPauseButtonTap(_ sender: Any) {