mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
Fixed buffering issue
This commit is contained in:
@@ -529,7 +529,7 @@ extension VlcPlayerView: VLCMediaPlayerDelegate {
|
||||
stateInfo["state"] = "Paused"
|
||||
}
|
||||
|
||||
if player.state == .buffering && player.isPlaying {
|
||||
if player.state == .buffering {
|
||||
stateInfo["isBuffering"] = true
|
||||
stateInfo["state"] = "Buffering"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user