Stop playback when leaving home page

This commit is contained in:
Kevin Thomas
2021-11-21 18:54:43 -08:00
parent 28914fb8a4
commit fc29667c96

View File

@@ -80,6 +80,9 @@ export default {
this.getSamples()
this.getCurrentUser()
},
beforeDestroy () {
this.stop()
},
methods: {
play () {
this.playDisabled = true