Fixed build.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2024-05-02 02:29:19 +02:00
parent c0b319e79d
commit 08c44219b0
4 changed files with 10 additions and 6 deletions

View File

@ -24,7 +24,7 @@ async function startWatching() {
<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">Начать потребление анимы</Button>
<Button type="primary" round size="large" :disabled="!can_watch" @click="startWatching">Начать потребление анимы</Button>
</Space>
<PlayerComponent />
</template>