mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
Solved buffering issue when paused and scrubbing
This commit is contained in:
@@ -449,7 +449,7 @@ extension VlcPlayerView: VLCMediaPlayerDelegate {
|
||||
stateInfo["state"] = "Paused"
|
||||
}
|
||||
|
||||
if player.state == .buffering {
|
||||
if player.state == .buffering && player.isPlaying {
|
||||
stateInfo["isBuffering"] = true
|
||||
stateInfo["state"] = "Buffering"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user