Fix some server logic

This commit is contained in:
Kevin Thomas
2021-08-18 20:37:21 -07:00
parent 1af31d9573
commit 880864ee5e
4 changed files with 107 additions and 56 deletions

View File

@@ -219,6 +219,8 @@ export default {
this.isTremoloEnabled = profile.isTremoloEnabled
this.tremoloFrequency = profile.tremoloFrequency
this.tremoloDepth = profile.tremoloDepth
this.samples = profile.samples
}
})
.catch((error) => {