Enable loading video when hash already exists

This commit is contained in:
Sam Carlton 2020-12-11 01:38:53 -06:00
parent e346b865ea
commit 2acfc3e8fb

View file

@ -116,6 +116,7 @@ export default {
mounted () {
window.onhashchange = this.loadVideoFromHash
if (location.hash.length !== 0) this.loadVideoFromHash()
},
methods: {
loadVideoFromHash () {