Added play-pause icons swap.
Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
@ -17,14 +17,14 @@ async function kill(...names) {
|
||||
async function startWatching() {
|
||||
await postRequest("/api/start-watching")
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Space fill direction="vertical" :size="20">
|
||||
<Button type="warning" round size="large" @click="kill('mpv')">Убить MPV</Button>
|
||||
<Button type="danger" round size="large" @click="kill('awatch', 'mpv')">Убить awatch</Button>
|
||||
<Button type="primary" round size="large" :disabled="!can_watch" @click="startWatching">Начать потребление анимы</Button>
|
||||
<Button type="primary" round size="large" :disabled="!can_watch" @click="startWatching">Начать потребление
|
||||
анимы</Button>
|
||||
</Space>
|
||||
<PlayerComponent />
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user