Bump Webamp

This commit is contained in:
Jordan Eldredge 2020-10-12 20:44:36 -07:00
parent b49d873dcd
commit 0a69b0ed62
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
"reselect": "^4.0.0",
"rxjs": "^6.3.3",
"spark-md5": "^3.0.1",
"webamp": "^1.4.1-beta04"
"webamp": "^1.4.1-beta05"
},
"scripts": {
"start": "react-scripts start",

View file

@ -6,8 +6,8 @@ class WebampComponent extends React.Component {
super(props);
this._disposable = new Disposable();
}
componentDidMount() {
this._loadWebamp();
async componentDidMount() {
await this._loadWebamp();
}
componentWillUnmount() {