Make the volume control remember if muted #2687
No reviewers
Labels
No labels
accessibility
app-parity
area: creator
area: daemon
area: design
area: devops
area: discovery
area: docs
area: installer
area: internal
area: livestream
area: performance
area: proposal
area: reposts
area: rewards
area: search
area: security
area: subscriptions
area: sync
area: ux
area: viewer
area: wallet
BEAMER
channel
comments
community PR
consider soon
core team
css
dependencies
electron
Epic
feature request
first-timers-only
good first issue
hacktoberfest
help wanted
hub-dependent
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
merge when green
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
notifications
odysee
on hold
playlists
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
recsys
redesign
regression
resilience
sdk dependent
Tom's Wishlist
trending
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-desktop#2687
Loading…
Reference in a new issue
No description provided.
Delete branch "issue-2361"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR Checklist
Please check all that apply to this PR using "x":
PR Type
What kind of change does this PR introduce?
Fixes
Issue Number: https://github.com/lbryio/lbry-desktop/issues/2361
What is the current behavior?
At this moment when you mute some video and go to other video the muted option is losing
What is the new behavior?
with this new pr, when you set mute in some video and go to other video, this new video will be settled with older muted option
Other information
Thanks for the PR!! We are going to be switching out this video player soon, but we'll reuse this code. Will leave open for now. It should just remember the overall volume, not just muted state - want to add that?
I see that the overall volume state is saved, but I can't change to a new volume
That's fine, it's broken in this player. So do we really need a separate state for muted or is 0 for volume good enough?
We need the two state one for volume and other for muted, since in the player it is taken as two different properties
Thanks for the PR! Tested and working good.