convert playing state to paused

This commit is contained in:
wryk
2020-01-10 15:16:48 +01:00
parent e6e88fddd5
commit 5b02f84a86
5 changed files with 63 additions and 16 deletions

View File

@ -34,7 +34,7 @@
import { onMount } from 'svelte'
import Controls from '/components/Controls.svelte'
import Viewer from '/components/Viewer.svelte'
import { playing, loading, entry as currentEntry, entries } from '/store.js'
import { entry as currentEntry, entries } from '/store.js'
onMount(() => {
const unsubscribe = entries.subscribe(async (xs) => {