lbry-desktop/ui
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
..
component add referral code to embed links 2020-10-07 16:23:53 -04:00
constants update comment sort icons 2020-10-06 17:36:13 -04:00
effects new layout 🕺 2020-09-29 17:12:32 -04:00
modal Rebranding: 'Publish' --> 'Upload'; Use LBC icon 2020-10-02 10:25:17 -04:00
page move youtube badge to 'channel about' section 2020-10-06 16:30:03 -04:00
redux Fix: Videos start muted on initial session 2020-10-07 16:24:34 -04:00
scss add comment sorting and improve comment focus styles 2020-10-06 16:04:52 -04:00
util add referral code to embed links 2020-10-07 16:23:53 -04:00
analytics.js Revert "Revert "add logging of player point of presence"" 2020-09-09 14:55:16 -04:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
i18n.js Improve auto string addition to produce better diffs and ease merging. 2020-07-08 15:01:05 -04:00
index.jsx new layout 🕺 2020-09-29 17:12:32 -04:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
reducers.js add file reactions code from odysee 2020-10-02 15:28:00 -04:00
rewards.js new lbc icon 2020-09-29 17:12:32 -04:00
store.js add yotube sync to initial sign up flow 2020-09-29 17:12:32 -04:00