-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(viewer): Pause audio instead of muting it if autoplay is prevented #1068
Conversation
Verified that @mxiao6 has signed the CLA. Thanks for the pull request! |
4729ac7
to
33a3e54
Compare
583ba15
to
d14777a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, would it make sense to have autoplay
be a noop in MediaBaseViewer
and have the autoplay implementations live in MP3Viewer
and VideoBaseViewer
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good to me, just a few questions and some typos to fix.
No description provided.