lbry-desktop/ui/component/viewers/videoViewer
infiinte-persistence 833bceeacc Fix unmuted state lost or reverted when playing a new video.
## Issue
Fixes 4460 `unmuted state lost / reverted`

1. Play a video.
2. Press mute.
3. Drag the volume bar to unmute.
4. Play a new video --> the video starts muted.

## Fix
The `volumechange` handler was comparing against stale variables, so there are times where the state was not saved. Just save both `muted` and `volume` without additional gating (the gating is probably unnecessary in the first place, since we are in a onChange function).
2020-07-07 09:28:04 -04:00
..
internal Fix "muted=false + volume=0" case. 2020-06-16 17:14:22 -04:00
index.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
view.jsx Fix unmuted state lost or reverted when playing a new video. 2020-07-07 09:28:04 -04:00