remove muted

This commit is contained in:
wryk
2020-02-21 23:32:04 +01:00
parent c9e2803519
commit 647044a2b8
3 changed files with 4 additions and 18 deletions

View File

@ -40,7 +40,6 @@
])
const paused = writable(true)
const muted = writableLocalStorage('muted', false)
const volume = writableLocalStorage('volume', 100)
const current = writable(null)
@ -116,7 +115,6 @@
}
setContext('paused', paused)
setContext('muted', muted)
setContext('volume', volume)
setContext('domain', domain)
setContext('hashtags', hashtags)