Add autotracking enable/disable button to live view (#11396)

This commit is contained in:
Josh Hawkins
2024-05-16 09:32:39 -05:00
committed by GitHub
parent 16ead917ea
commit 525de1a467
3 changed files with 48 additions and 3 deletions

View File

@@ -305,6 +305,7 @@ function MSEPlayer({
onLoadedData={onPlaying}
onLoadedMetadata={handleLoadedMetadata}
muted={!audioEnabled}
onError={onClose}
/>
);
}