This commit is contained in:
Ali
2023-07-18 13:02:32 +04:00
parent 6f3e4f3931
commit 1adee04eae
4 changed files with 16 additions and 3 deletions

View File

@@ -1022,7 +1022,6 @@ private final class MediaPlayerContext {
if isPaused && self.fadeTimer != nil {
playbackStatus = .paused
} else if reportRate.isZero {
//playbackStatus = .buffering(initial: false, whilePlaying: true)
playbackStatus = .playing
statusTimestamp = 0.0
} else {