Better connection loss handling on android

This commit is contained in:
Zoe Roux 2024-07-01 08:08:36 +00:00
parent 2808da8f6f
commit 61f800d4c2
No known key found for this signature in database

View File

@ -238,6 +238,7 @@ export const Video = memo(function Video({
showNotificationControls showNotificationControls
playInBackground playInBackground
playWhenInactive playWhenInactive
disableDisconnectError
paused={!isPlaying} paused={!isPlaying}
muted={isMuted} muted={isMuted}
volume={volume} volume={volume}