lbry-desktop/ui
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
..
component Fix unmuted state lost or reverted when playing a new video. 2020-07-07 09:28:04 -04:00
constants new channel creating and editing 2020-07-01 22:01:48 -04:00
effects fix thumbnails on desktop 2020-06-03 13:49:44 -04:00
modal style pass for channel edit 2020-07-01 22:04:23 -04:00
page Patch for "7839bbf2: Fix language-change not applied to all components immediately" 2020-07-06 09:52:16 -04:00
redux Revert "bring in blocked redux code from lbry-redux" 2020-06-23 16:21:40 -04:00
scss remove unused styles and add title fallback 2020-07-02 13:01:31 -04:00
util style pass for channel edit 2020-07-01 22:04:23 -04:00
analytics.js add userid for matomo 2020-07-07 09:27:34 -04:00
app.js
i18n.js
index.jsx add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
logWarningConsoleMessage.js
native.js
reducers.js Revert "bring in blocked redux code from lbry-redux" 2020-06-23 16:21:40 -04:00
rewards.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
store.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00