mirror of
https://github.com/yattee/yattee.git
synced 2026-06-27 17:14:19 +00:00
Fix tvOS MPV startup playback stability
This commit is contained in:
@@ -404,7 +404,9 @@ final class PlayerService {
|
||||
// Check for cancellation after stream load completes
|
||||
try Task.checkCancellation()
|
||||
|
||||
await backend.seek(to: seekTime, showLoading: false)
|
||||
if seekTime > 0 {
|
||||
await backend.seek(to: seekTime, showLoading: false)
|
||||
}
|
||||
|
||||
// Wait for player sheet animation to complete before starting playback
|
||||
await navigationCoordinator?.waitForPlayerSheetAnimation()
|
||||
|
||||
Reference in New Issue
Block a user