livephoto: unmute viewer playback (fix #660)

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/783/head
Varun Patil 2023-08-19 10:43:12 -07:00
parent 3b0106a996
commit 178e46fba6
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ class LivePhotoContentSetup {
const video = document.createElement('video');
video.preload = 'none';
video.muted = true;
video.playsInline = true;
video.disableRemotePlayback = true;
video.autoplay = false;