lbry-desktop/ui/redux/reducers
infiinte-persistence 4a2e9bf1c7 Fix: Videos start muted on initial session
## Issue
4831: Videos start muted on Desktop (fresh install) and web (sometimes resets)

This covers the Desktop fresh install and Web fresh session (incognito) part. It doesn't cover the "sometimes reset" part as I don't know how to reproduce that.

## Change
`sessionStorage` is always empty when that piece of code is called, even for non-fresh Desktop and even in Brave. We now fallback to `1` when `volume` is `null`. Still not sure the purpose of that code, but leaving it there just in case something relies on it.

## Tests
[/] Desktop fresh-install is not muted.
[/] Desktop return session restores previous volume level.
[/] Web* fresh session (cleared data) is not muted.
[/] Web return session restores previous volume level.

*Web = Chrome, Firefox and Brave.
2020-10-07 16:24:34 -04:00
..
app.js Fix: Videos start muted on initial session 2020-10-07 16:24:34 -04:00
blocked.js patch null blocked error 2020-08-25 09:53:22 -04:00
comments.js allow reaction list without channel 2020-10-01 15:23:15 -04:00
content.js fix embed player 2020-05-21 12:53:21 -04:00
notifications.js add mark as seen to notifications 2020-08-21 16:04:27 -04:00
reactions.js add file reactions code from odysee 2020-10-02 15:28:00 -04:00
rewards.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
search.js add search code from lbry-redux 2020-07-27 16:37:36 -04:00
settings.js Add SETTINGS.ENABLE_PUBLISH_PREVIEW 2020-10-02 10:25:17 -04:00
subscriptions.js simply replaces subscriptions 2020-02-04 14:36:10 -05:00
user.js Clear 'passwordSet*' flags too in USER_PASSWORD_SET_CLEAR 2020-09-15 12:52:12 -04:00