(sound) no sound when changing session

This commit is contained in:
2020-07-02 00:04:16 +02:00
parent b1825017b6
commit 53f8609885
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@@ -37,7 +37,6 @@ import {
import DreamMaker from '@/components/DreamMaker.vue'
import { notify } from '@/utils/notification'
const moveSound = new Audio(require('@/assets/sounds/move.mp3'))
type Stopwatch = 'stopped' | 'started'
const INTERVAL = 120
@@ -81,7 +80,6 @@ export default defineComponent({
: 'Programmer 2'
notify(`Time to change, ${programmer}, your turn!`)
moveSound.play()
}
}, 1000)
stopWatchSessionId = setInterval(() => {