@ -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>
|
||||
|
Reference in New Issue
Block a user